Uses of Class
com.oracle.bmc.batch.model.BatchContext.LifecycleState
-
Packages that use BatchContext.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchContext.LifecycleState in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type BatchContext.LifecycleState Modifier and Type Method Description Waiter<GetBatchContextRequest,GetBatchContextResponse>BatchComputingWaiters. forBatchContext(GetBatchContextRequest request, BatchContext.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchContextRequest,GetBatchContextResponse>BatchComputingWaiters. forBatchContext(GetBatchContextRequest request, BatchContext.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchContextRequest,GetBatchContextResponse>BatchComputingWaiters. forBatchContext(GetBatchContextRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchContext.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of BatchContext.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchContext.LifecycleState Modifier and Type Method Description static BatchContext.LifecycleStateBatchContext.LifecycleState. create(String key)BatchContext.LifecycleStateBatchContext. getLifecycleState()The current state of the batch context.BatchContext.LifecycleStateBatchContextSummary. getLifecycleState()The current state of the batch context.static BatchContext.LifecycleStateBatchContext.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchContext.LifecycleState[]BatchContext.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 BatchContext.LifecycleState Modifier and Type Method Description BatchContext.BuilderBatchContext.Builder. lifecycleState(BatchContext.LifecycleState lifecycleState)The current state of the batch context.BatchContextSummary.BuilderBatchContextSummary.Builder. lifecycleState(BatchContext.LifecycleState lifecycleState)The current state of the batch context.Constructors in com.oracle.bmc.batch.model with parameters of type BatchContext.LifecycleState Constructor Description BatchContext(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, BatchContext.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<JobPriorityConfiguration> jobPriorityConfigurations, Network network, List<Fleet> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.BatchContextSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, BatchContext.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BatchContext.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchContext.LifecycleState Modifier and Type Method Description BatchContext.LifecycleStateListBatchContextsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchContext.LifecycleState Modifier and Type Method Description ListBatchContextsRequest.BuilderListBatchContextsRequest.Builder. lifecycleState(BatchContext.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-