Uses of Class
com.oracle.bmc.stackmonitoring.model.ChangeMetricExtensionCompartmentDetails
-
Packages that use ChangeMetricExtensionCompartmentDetails Package Description com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of ChangeMetricExtensionCompartmentDetails in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ChangeMetricExtensionCompartmentDetails Modifier and Type Method Description ChangeMetricExtensionCompartmentDetails
ChangeMetricExtensionCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ChangeMetricExtensionCompartmentDetails Modifier and Type Method Description ChangeMetricExtensionCompartmentDetails.Builder
ChangeMetricExtensionCompartmentDetails.Builder. copy(ChangeMetricExtensionCompartmentDetails model)
-
Uses of ChangeMetricExtensionCompartmentDetails in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ChangeMetricExtensionCompartmentDetails Modifier and Type Method Description ChangeMetricExtensionCompartmentDetails
ChangeMetricExtensionCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeMetricExtensionCompartmentDetails
ChangeMetricExtensionCompartmentRequest. getChangeMetricExtensionCompartmentDetails()
The information required to change compartment of given Metric Extension resourceMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type ChangeMetricExtensionCompartmentDetails Modifier and Type Method Description ChangeMetricExtensionCompartmentRequest.Builder
ChangeMetricExtensionCompartmentRequest.Builder. body$(ChangeMetricExtensionCompartmentDetails body)
Alternative setter for the body parameter.ChangeMetricExtensionCompartmentRequest.Builder
ChangeMetricExtensionCompartmentRequest.Builder. changeMetricExtensionCompartmentDetails(ChangeMetricExtensionCompartmentDetails changeMetricExtensionCompartmentDetails)
The information required to change compartment of given Metric Extension resource
-