Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
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. |
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. |
GetPoolResponse |
DataFlowClient.getPool(GetPoolRequest request) |
GetPoolResponse |
DataFlow.getPool(GetPoolRequest request)
Retrieves a pool using a
poolId . |
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 |
---|---|
GetPoolRequest |
GetPoolRequest.Builder.build()
Build the instance of GetPoolRequest as configured by this builder
|
GetPoolRequest |
GetPoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetPoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetPoolRequest.Builder |
GetPoolRequest.Builder.copy(GetPoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.