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