Uses of Class
com.oracle.bmc.stackmonitoring.responses.ChangeProcessSetCompartmentResponse
-
Packages that use ChangeProcessSetCompartmentResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of ChangeProcessSetCompartmentResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return ChangeProcessSetCompartmentResponse Modifier and Type Method Description ChangeProcessSetCompartmentResponse
StackMonitoring. changeProcessSetCompartment(ChangeProcessSetCompartmentRequest request)
Moves a ProcessSet resource from one compartment identifier to another.ChangeProcessSetCompartmentResponse
StackMonitoringClient. changeProcessSetCompartment(ChangeProcessSetCompartmentRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type ChangeProcessSetCompartmentResponse 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)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ChangeProcessSetCompartmentResponse 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 ChangeProcessSetCompartmentResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return ChangeProcessSetCompartmentResponse Modifier and Type Method Description ChangeProcessSetCompartmentResponse
ChangeProcessSetCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type ChangeProcessSetCompartmentResponse Modifier and Type Method Description ChangeProcessSetCompartmentResponse.Builder
ChangeProcessSetCompartmentResponse.Builder. copy(ChangeProcessSetCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-