Uses of Class
com.oracle.bmc.stackmonitoring.model.ResourceTypeConfigDetails
-
Packages that use ResourceTypeConfigDetails Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of ResourceTypeConfigDetails in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ResourceTypeConfigDetails Modifier and Type Method Description ResourceTypeConfigDetailsResourceTypeConfigDetails.Builder. build()Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type ResourceTypeConfigDetails Modifier and Type Method Description List<ResourceTypeConfigDetails>UpdateResourceTypeConfigTaskDetails. getResourceTypesConfiguration()A collection of resource type configuration details.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ResourceTypeConfigDetails Modifier and Type Method Description ResourceTypeConfigDetails.BuilderResourceTypeConfigDetails.Builder. copy(ResourceTypeConfigDetails model)Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type ResourceTypeConfigDetails Modifier and Type Method Description UpdateResourceTypeConfigTaskDetails.BuilderUpdateResourceTypeConfigTaskDetails.Builder. resourceTypesConfiguration(List<ResourceTypeConfigDetails> resourceTypesConfiguration)A collection of resource type configuration details.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type ResourceTypeConfigDetails Constructor Description UpdateResourceTypeConfigTaskDetails(HandlerType handlerType, List<ResourceTypeConfigDetails> resourceTypesConfiguration)Deprecated.
-