Uses of Class
com.oracle.bmc.dataflow.requests.CreatePoolRequest
-
Packages that use CreatePoolRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreatePoolRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreatePoolRequest Modifier and Type Method Description CreatePoolResponse
DataFlow. createPool(CreatePoolRequest request)
Create a pool to be used by dataflow runs or applications.Future<CreatePoolResponse>
DataFlowAsync. createPool(CreatePoolRequest request, AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
Create a pool to be used by dataflow runs or applications.Future<CreatePoolResponse>
DataFlowAsyncClient. createPool(CreatePoolRequest request, AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
CreatePoolResponse
DataFlowClient. createPool(CreatePoolRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreatePoolRequest Modifier and Type Method Description Future<CreatePoolResponse>
DataFlowAsync. createPool(CreatePoolRequest request, AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
Create a pool to be used by dataflow runs or applications.Future<CreatePoolResponse>
DataFlowAsyncClient. createPool(CreatePoolRequest request, AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
-
Uses of CreatePoolRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreatePoolRequest Modifier and Type Method Description CreatePoolRequest
CreatePoolRequest.Builder. build()
Build the instance of CreatePoolRequest as configured by this builderCreatePoolRequest
CreatePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePoolRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type CreatePoolRequest Modifier and Type Method Description CreatePoolRequest.Builder
CreatePoolRequest.Builder. copy(CreatePoolRequest o)
Copy method to populate the builder with values from the given instance.
-