Uses of Class
com.oracle.bmc.dataflow.requests.StopPoolRequest
-
Packages that use StopPoolRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of StopPoolRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type StopPoolRequest Modifier and Type Method Description StopPoolResponse
DataFlow. stopPool(StopPoolRequest request)
Stops the dataflow pool for a givenpoolId
.Future<StopPoolResponse>
DataFlowAsync. stopPool(StopPoolRequest request, AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
Stops the dataflow pool for a givenpoolId
.Future<StopPoolResponse>
DataFlowAsyncClient. stopPool(StopPoolRequest request, AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
StopPoolResponse
DataFlowClient. stopPool(StopPoolRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type StopPoolRequest Modifier and Type Method Description Future<StopPoolResponse>
DataFlowAsync. stopPool(StopPoolRequest request, AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
Stops the dataflow pool for a givenpoolId
.Future<StopPoolResponse>
DataFlowAsyncClient. stopPool(StopPoolRequest request, AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
-
Uses of StopPoolRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return StopPoolRequest Modifier and Type Method Description StopPoolRequest
StopPoolRequest.Builder. build()
Build the instance of StopPoolRequest as configured by this builderStopPoolRequest
StopPoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopPoolRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type StopPoolRequest Modifier and Type Method Description StopPoolRequest.Builder
StopPoolRequest.Builder. copy(StopPoolRequest o)
Copy method to populate the builder with values from the given instance.
-