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