Uses of Class
com.oracle.bmc.batch.model.BatchJob.LifecycleState
-
Packages that use BatchJob.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchJob.LifecycleState in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type BatchJob.LifecycleState Modifier and Type Method Description Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, BatchJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, BatchJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchJobRequest,GetBatchJobResponse>BatchComputingWaiters. forBatchJob(GetBatchJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of BatchJob.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJob.LifecycleState Modifier and Type Method Description static BatchJob.LifecycleStateBatchJob.LifecycleState. create(String key)BatchJob.LifecycleStateBatchJob. getLifecycleState()The current state of the batch job.BatchJob.LifecycleStateBatchJobSummary. getLifecycleState()The current state of the batch job.static BatchJob.LifecycleStateBatchJob.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchJob.LifecycleState[]BatchJob.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 BatchJob.LifecycleState Modifier and Type Method Description BatchJob.BuilderBatchJob.Builder. lifecycleState(BatchJob.LifecycleState lifecycleState)The current state of the batch job.BatchJobSummary.BuilderBatchJobSummary.Builder. lifecycleState(BatchJob.LifecycleState lifecycleState)The current state of the batch job.Constructors in com.oracle.bmc.batch.model with parameters of type BatchJob.LifecycleState Constructor Description BatchJob(String id, String compartmentId, String batchJobPoolId, String batchContextId, String displayName, String description, Integer priority, Integer progressPercentage, String progressDetails, List<EnvironmentVariable> environmentVariables, Date timeCreated, Date timeUpdated, BatchJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.BatchJobSummary(String id, String compartmentId, String batchJobPoolId, String batchContextId, String displayName, String description, Integer priority, Integer progressPercentage, String progressDetails, Date timeCreated, Date timeUpdated, BatchJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BatchJob.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchJob.LifecycleState Modifier and Type Method Description BatchJob.LifecycleStateListBatchJobsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchJob.LifecycleState Modifier and Type Method Description ListBatchJobsRequest.BuilderListBatchJobsRequest.Builder. lifecycleState(BatchJob.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-