Uses of Class
com.oracle.bmc.stackmonitoring.model.EnabledResourceDetails
-
Packages that use EnabledResourceDetails Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of EnabledResourceDetails in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return EnabledResourceDetails Modifier and Type Method Description EnabledResourceDetails
EnabledResourceDetails.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type EnabledResourceDetails Modifier and Type Method Description List<EnabledResourceDetails>
MetricExtension. getEnabledOnResources()
List of resource details objects having resourceIds on which this metric extension is enabled.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type EnabledResourceDetails Modifier and Type Method Description EnabledResourceDetails.Builder
EnabledResourceDetails.Builder. copy(EnabledResourceDetails model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type EnabledResourceDetails Modifier and Type Method Description MetricExtension.Builder
MetricExtension.Builder. enabledOnResources(List<EnabledResourceDetails> enabledOnResources)
List of resource details objects having resourceIds on which this metric extension is enabled.
-