Uses of Class
com.oracle.bmc.dataflow.requests.ChangePoolCompartmentRequest
-
Packages that use ChangePoolCompartmentRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ChangePoolCompartmentRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ChangePoolCompartmentRequest Modifier and Type Method Description ChangePoolCompartmentResponse
DataFlow. changePoolCompartment(ChangePoolCompartmentRequest request)
Moves a pool into a different compartment.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)
ChangePoolCompartmentResponse
DataFlowClient. changePoolCompartment(ChangePoolCompartmentRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type ChangePoolCompartmentRequest 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 ChangePoolCompartmentRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ChangePoolCompartmentRequest Modifier and Type Method Description ChangePoolCompartmentRequest
ChangePoolCompartmentRequest.Builder. build()
Build the instance of ChangePoolCompartmentRequest as configured by this builderChangePoolCompartmentRequest
ChangePoolCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePoolCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ChangePoolCompartmentRequest Modifier and Type Method Description ChangePoolCompartmentRequest.Builder
ChangePoolCompartmentRequest.Builder. copy(ChangePoolCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-