Uses of Class
com.oracle.bmc.stackmonitoring.requests.ChangeConfigCompartmentRequest
-
Packages that use ChangeConfigCompartmentRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of ChangeConfigCompartmentRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type ChangeConfigCompartmentRequest Modifier and Type Method Description ChangeConfigCompartmentResponse
StackMonitoring. changeConfigCompartment(ChangeConfigCompartmentRequest request)
Moves the configuration item to another compartment.Future<ChangeConfigCompartmentResponse>
StackMonitoringAsync. changeConfigCompartment(ChangeConfigCompartmentRequest request, AsyncHandler<ChangeConfigCompartmentRequest,ChangeConfigCompartmentResponse> handler)
Moves the configuration item to another compartment.Future<ChangeConfigCompartmentResponse>
StackMonitoringAsyncClient. changeConfigCompartment(ChangeConfigCompartmentRequest request, AsyncHandler<ChangeConfigCompartmentRequest,ChangeConfigCompartmentResponse> handler)
ChangeConfigCompartmentResponse
StackMonitoringClient. changeConfigCompartment(ChangeConfigCompartmentRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ChangeConfigCompartmentRequest Modifier and Type Method Description Future<ChangeConfigCompartmentResponse>
StackMonitoringAsync. changeConfigCompartment(ChangeConfigCompartmentRequest request, AsyncHandler<ChangeConfigCompartmentRequest,ChangeConfigCompartmentResponse> handler)
Moves the configuration item to another compartment.Future<ChangeConfigCompartmentResponse>
StackMonitoringAsyncClient. changeConfigCompartment(ChangeConfigCompartmentRequest request, AsyncHandler<ChangeConfigCompartmentRequest,ChangeConfigCompartmentResponse> handler)
-
Uses of ChangeConfigCompartmentRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ChangeConfigCompartmentRequest Modifier and Type Method Description ChangeConfigCompartmentRequest
ChangeConfigCompartmentRequest.Builder. build()
Build the instance of ChangeConfigCompartmentRequest as configured by this builderChangeConfigCompartmentRequest
ChangeConfigCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeConfigCompartmentRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type ChangeConfigCompartmentRequest Modifier and Type Method Description ChangeConfigCompartmentRequest.Builder
ChangeConfigCompartmentRequest.Builder. copy(ChangeConfigCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-