Uses of Class
com.oracle.bmc.dataflow.requests.GetPoolRequest
-
Packages that use GetPoolRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of GetPoolRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetPoolRequest Modifier and Type Method Description Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, PoolLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, PoolLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PoolLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.dataflow with parameters of type GetPoolRequest Modifier and Type Method Description Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, PoolLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, PoolLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPoolRequest,GetPoolResponse>
DataFlowWaiters. forPool(GetPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PoolLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetPoolResponse
DataFlow. getPool(GetPoolRequest request)
Retrieves a pool using apoolId
.Future<GetPoolResponse>
DataFlowAsync. getPool(GetPoolRequest request, AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
Retrieves a pool using apoolId
.Future<GetPoolResponse>
DataFlowAsyncClient. getPool(GetPoolRequest request, AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
GetPoolResponse
DataFlowClient. getPool(GetPoolRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetPoolRequest Modifier and Type Method Description Future<GetPoolResponse>
DataFlowAsync. getPool(GetPoolRequest request, AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
Retrieves a pool using apoolId
.Future<GetPoolResponse>
DataFlowAsyncClient. getPool(GetPoolRequest request, AsyncHandler<GetPoolRequest,GetPoolResponse> handler)
-
Uses of GetPoolRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return GetPoolRequest Modifier and Type Method Description GetPoolRequest
GetPoolRequest.Builder. build()
Build the instance of GetPoolRequest as configured by this builderGetPoolRequest
GetPoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPoolRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type GetPoolRequest Modifier and Type Method Description GetPoolRequest.Builder
GetPoolRequest.Builder. copy(GetPoolRequest o)
Copy method to populate the builder with values from the given instance.
-