Uses of Class
com.oracle.bmc.stackmonitoring.requests.ChangeMetricExtensionCompartmentRequest
-
Packages that use ChangeMetricExtensionCompartmentRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of ChangeMetricExtensionCompartmentRequest in com.oracle.bmc.stackmonitoring
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ChangeMetricExtensionCompartmentRequest Modifier and Type Method Description Future<ChangeMetricExtensionCompartmentResponse>
StackMonitoringAsync. changeMetricExtensionCompartment(ChangeMetricExtensionCompartmentRequest request, AsyncHandler<ChangeMetricExtensionCompartmentRequest,ChangeMetricExtensionCompartmentResponse> handler)
Moves a Metric Extension resource from one compartment identifier to another.Future<ChangeMetricExtensionCompartmentResponse>
StackMonitoringAsyncClient. changeMetricExtensionCompartment(ChangeMetricExtensionCompartmentRequest request, AsyncHandler<ChangeMetricExtensionCompartmentRequest,ChangeMetricExtensionCompartmentResponse> handler)
-
Uses of ChangeMetricExtensionCompartmentRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ChangeMetricExtensionCompartmentRequest Modifier and Type Method Description ChangeMetricExtensionCompartmentRequest
ChangeMetricExtensionCompartmentRequest.Builder. build()
Build the instance of ChangeMetricExtensionCompartmentRequest as configured by this builderChangeMetricExtensionCompartmentRequest
ChangeMetricExtensionCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMetricExtensionCompartmentRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type ChangeMetricExtensionCompartmentRequest Modifier and Type Method Description ChangeMetricExtensionCompartmentRequest.Builder
ChangeMetricExtensionCompartmentRequest.Builder. copy(ChangeMetricExtensionCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-