Uses of Class
com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType
-
Packages that use SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType Modifier and Type Method Description static SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType
SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType. create(String key)
static SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType
SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType[]
SummarizeHostInsightResourceUtilizationInsightRequest.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 SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType Modifier and Type Method Description List<SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType>
SummarizeHostInsightResourceUtilizationInsightRequest. getPlatformType()
Filter by one or more platform types.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType Modifier and Type Method Description SummarizeHostInsightResourceUtilizationInsightRequest.Builder
SummarizeHostInsightResourceUtilizationInsightRequest.Builder. platformType(SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType Modifier and Type Method Description SummarizeHostInsightResourceUtilizationInsightRequest.Builder
SummarizeHostInsightResourceUtilizationInsightRequest.Builder. platformType(List<SummarizeHostInsightResourceUtilizationInsightRequest.PlatformType> platformType)
Filter by one or more platform types.
-