Uses of Class
com.oracle.bmc.dataflow.responses.ChangePoolCompartmentResponse
-
Packages that use ChangePoolCompartmentResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of ChangePoolCompartmentResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return ChangePoolCompartmentResponse Modifier and Type Method Description ChangePoolCompartmentResponse
DataFlow. changePoolCompartment(ChangePoolCompartmentRequest request)
Moves a pool into a different compartment.ChangePoolCompartmentResponse
DataFlowClient. changePoolCompartment(ChangePoolCompartmentRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type ChangePoolCompartmentResponse Modifier and Type Method Description Future<ChangePoolCompartmentResponse>
DataFlowAsync. changePoolCompartment(ChangePoolCompartmentRequest request, AsyncHandler<ChangePoolCompartmentRequest,ChangePoolCompartmentResponse> handler)
Moves a pool into a different compartment.Future<ChangePoolCompartmentResponse>
DataFlowAsyncClient. changePoolCompartment(ChangePoolCompartmentRequest request, AsyncHandler<ChangePoolCompartmentRequest,ChangePoolCompartmentResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type ChangePoolCompartmentResponse Modifier and Type Method Description Future<ChangePoolCompartmentResponse>
DataFlowAsync. changePoolCompartment(ChangePoolCompartmentRequest request, AsyncHandler<ChangePoolCompartmentRequest,ChangePoolCompartmentResponse> handler)
Moves a pool into a different compartment.Future<ChangePoolCompartmentResponse>
DataFlowAsyncClient. changePoolCompartment(ChangePoolCompartmentRequest request, AsyncHandler<ChangePoolCompartmentRequest,ChangePoolCompartmentResponse> handler)
-
Uses of ChangePoolCompartmentResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return ChangePoolCompartmentResponse Modifier and Type Method Description ChangePoolCompartmentResponse
ChangePoolCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type ChangePoolCompartmentResponse Modifier and Type Method Description ChangePoolCompartmentResponse.Builder
ChangePoolCompartmentResponse.Builder. copy(ChangePoolCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-