Uses of Class
com.oracle.bmc.dataflow.model.PoolLifecycleState
-
Packages that use PoolLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of PoolLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type PoolLifecycleState 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. -
Uses of PoolLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PoolLifecycleState Modifier and Type Method Description static PoolLifecycleState
PoolLifecycleState. create(String key)
PoolLifecycleState
Pool. getLifecycleState()
The current state of this pool.PoolLifecycleState
PoolSummary. getLifecycleState()
The current state of this pool.static PoolLifecycleState
PoolLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PoolLifecycleState[]
PoolLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type PoolLifecycleState Modifier and Type Method Description Pool.Builder
Pool.Builder. lifecycleState(PoolLifecycleState lifecycleState)
The current state of this pool.PoolSummary.Builder
PoolSummary.Builder. lifecycleState(PoolLifecycleState lifecycleState)
The current state of this pool.Constructors in com.oracle.bmc.dataflow.model with parameters of type PoolLifecycleState Constructor Description Pool(String compartmentId, Map<String,Map<String,Object>> definedTags, String description, String displayName, Map<String,String> freeformTags, String id, String lifecycleDetails, PoolLifecycleState lifecycleState, String ownerPrincipalId, String ownerUserName, PoolMetrics poolMetrics, List<PoolConfig> configurations, List<PoolSchedule> schedules, Integer idleTimeoutInMinutes, Date timeCreated, Date timeUpdated)
Deprecated.PoolSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, PoolLifecycleState lifecycleState, String ownerPrincipalId, String ownerUserName, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of PoolLifecycleState in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return PoolLifecycleState Modifier and Type Method Description PoolLifecycleState
ListPoolsRequest. getLifecycleState()
The LifecycleState of the pool.Methods in com.oracle.bmc.dataflow.requests with parameters of type PoolLifecycleState Modifier and Type Method Description ListPoolsRequest.Builder
ListPoolsRequest.Builder. lifecycleState(PoolLifecycleState lifecycleState)
The LifecycleState of the pool.
-