Uses of Class
com.oracle.bmc.dataflow.responses.StopPoolResponse
-
Packages that use StopPoolResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of StopPoolResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return StopPoolResponse Modifier and Type Method Description StopPoolResponse
DataFlow. stopPool(StopPoolRequest request)
Stops the dataflow pool for a givenpoolId
.StopPoolResponse
DataFlowClient. stopPool(StopPoolRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type StopPoolResponse 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)
Method parameters in com.oracle.bmc.dataflow with type arguments of type StopPoolResponse 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 StopPoolResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return StopPoolResponse Modifier and Type Method Description StopPoolResponse
StopPoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type StopPoolResponse Modifier and Type Method Description StopPoolResponse.Builder
StopPoolResponse.Builder. copy(StopPoolResponse o)
Copy method to populate the builder with values from the given instance.
-