Uses of Class
com.oracle.bmc.stackmonitoring.model.MetricExtensionCollectionMethods
-
Packages that use MetricExtensionCollectionMethods Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of MetricExtensionCollectionMethods in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MetricExtensionCollectionMethods Modifier and Type Method Description static MetricExtensionCollectionMethods
MetricExtensionCollectionMethods. create(String key)
MetricExtensionCollectionMethods
MetricExtensionSummary. getCollectionMethod()
Type of possible collection methods.static MetricExtensionCollectionMethods
MetricExtensionCollectionMethods. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricExtensionCollectionMethods[]
MetricExtensionCollectionMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MetricExtensionCollectionMethods Modifier and Type Method Description MetricExtensionSummary.Builder
MetricExtensionSummary.Builder. collectionMethod(MetricExtensionCollectionMethods collectionMethod)
Type of possible collection methods.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type MetricExtensionCollectionMethods Constructor Description MetricExtensionSummary(String id, String name, String displayName, String description, String resourceType, String compartmentId, MetricExtensionLifeCycleDetails status, MetricExtensionLifeCycleStates lifecycleState, Date timeCreated, Date timeUpdated, MetricExtensionCollectionMethods collectionMethod, Integer enabledOnResourcesCount, String resourceUri)
Deprecated.
-