Uses of Class
com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceUsageRequest.PlatformType
-
Packages that use SummarizeHostInsightResourceUsageRequest.PlatformType Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeHostInsightResourceUsageRequest.PlatformType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeHostInsightResourceUsageRequest.PlatformType Modifier and Type Method Description static SummarizeHostInsightResourceUsageRequest.PlatformType
SummarizeHostInsightResourceUsageRequest.PlatformType. create(String key)
static SummarizeHostInsightResourceUsageRequest.PlatformType
SummarizeHostInsightResourceUsageRequest.PlatformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceUsageRequest.PlatformType[]
SummarizeHostInsightResourceUsageRequest.PlatformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type SummarizeHostInsightResourceUsageRequest.PlatformType Modifier and Type Method Description List<SummarizeHostInsightResourceUsageRequest.PlatformType>
SummarizeHostInsightResourceUsageRequest. getPlatformType()
Filter by one or more platform types.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeHostInsightResourceUsageRequest.PlatformType Modifier and Type Method Description SummarizeHostInsightResourceUsageRequest.Builder
SummarizeHostInsightResourceUsageRequest.Builder. platformType(SummarizeHostInsightResourceUsageRequest.PlatformType singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type SummarizeHostInsightResourceUsageRequest.PlatformType Modifier and Type Method Description SummarizeHostInsightResourceUsageRequest.Builder
SummarizeHostInsightResourceUsageRequest.Builder. platformType(List<SummarizeHostInsightResourceUsageRequest.PlatformType> platformType)
Filter by one or more platform types.
-