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