Uses of Class
com.oracle.bmc.batch.model.BatchJobPool.LifecycleState
-
Packages that use BatchJobPool.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchJobPool.LifecycleState in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type BatchJobPool.LifecycleState Modifier and Type Method Description Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, BatchJobPool.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, BatchJobPool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchJobPool.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of BatchJobPool.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJobPool.LifecycleState Modifier and Type Method Description static BatchJobPool.LifecycleStateBatchJobPool.LifecycleState. create(String key)BatchJobPool.LifecycleStateBatchJobPool. getLifecycleState()The current state of the batch job pool.BatchJobPool.LifecycleStateBatchJobPoolSummary. getLifecycleState()The current state of the batch job pool.static BatchJobPool.LifecycleStateBatchJobPool.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchJobPool.LifecycleState[]BatchJobPool.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.batch.model with parameters of type BatchJobPool.LifecycleState Modifier and Type Method Description BatchJobPool.BuilderBatchJobPool.Builder. lifecycleState(BatchJobPool.LifecycleState lifecycleState)The current state of the batch job pool.BatchJobPoolSummary.BuilderBatchJobPoolSummary.Builder. lifecycleState(BatchJobPool.LifecycleState lifecycleState)The current state of the batch job pool.Constructors in com.oracle.bmc.batch.model with parameters of type BatchJobPool.LifecycleState Constructor Description BatchJobPool(String id, String displayName, String compartmentId, String batchContextId, String description, Date timeCreated, Date timeUpdated, BatchJobPool.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.BatchJobPoolSummary(String id, String displayName, String description, String compartmentId, String batchContextId, Date timeCreated, Date timeUpdated, BatchJobPool.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BatchJobPool.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchJobPool.LifecycleState Modifier and Type Method Description BatchJobPool.LifecycleStateListBatchJobPoolsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchJobPool.LifecycleState Modifier and Type Method Description ListBatchJobPoolsRequest.BuilderListBatchJobPoolsRequest.Builder. lifecycleState(BatchJobPool.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-