Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
CreatePoolResponse |
DataFlowClient.createPool(CreatePoolRequest request) |
CreatePoolResponse |
DataFlow.createPool(CreatePoolRequest request)
Create a pool to be used by dataflow runs or applications.
|
Future<CreatePoolResponse> |
DataFlowAsyncClient.createPool(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler) |
Future<CreatePoolResponse> |
DataFlowAsync.createPool(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
Create a pool to be used by dataflow runs or applications.
|
Modifier and Type | Method and Description |
---|---|
Future<CreatePoolResponse> |
DataFlowAsyncClient.createPool(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler) |
Future<CreatePoolResponse> |
DataFlowAsync.createPool(CreatePoolRequest request,
AsyncHandler<CreatePoolRequest,CreatePoolResponse> handler)
Create a pool to be used by dataflow runs or applications.
|
Modifier and Type | Method and Description |
---|---|
CreatePoolRequest |
CreatePoolRequest.Builder.build()
Build the instance of CreatePoolRequest as configured by this builder
|
CreatePoolRequest |
CreatePoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreatePoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreatePoolRequest.Builder |
CreatePoolRequest.Builder.copy(CreatePoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.