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