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