Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
GetPoolResponse |
DataFlowClient.getPool(GetPoolRequest request) |
GetPoolResponse |
DataFlow.getPool(GetPoolRequest request)
Retrieves a pool using a
poolId . |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
PoolLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
PoolLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPoolRequest,GetPoolResponse> |
DataFlowWaiters.forPool(GetPoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PoolLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetPoolResponse> |
DataFlowAsyncClient.getPool(GetPoolRequest request,
AsyncHandler<GetPoolRequest,GetPoolResponse> handler) |
Future<GetPoolResponse> |
DataFlowAsync.getPool(GetPoolRequest request,
AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
Retrieves a pool using a
poolId . |
Modifier and Type | Method and Description |
---|---|
Future<GetPoolResponse> |
DataFlowAsyncClient.getPool(GetPoolRequest request,
AsyncHandler<GetPoolRequest,GetPoolResponse> handler) |
Future<GetPoolResponse> |
DataFlowAsync.getPool(GetPoolRequest request,
AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
Retrieves a pool using a
poolId . |
Modifier and Type | Method and Description |
---|---|
GetPoolResponse |
GetPoolResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetPoolResponse.Builder |
GetPoolResponse.Builder.copy(GetPoolResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.