Uses of Class
com.oracle.bmc.databasemanagement.model.Job.LifecycleState
-
Packages that use Job.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of Job.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type Job.LifecycleState Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DbManagementWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Job.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Job.LifecycleState Modifier and Type Method Description static Job.LifecycleState
Job.LifecycleState. create(String key)
Job.LifecycleState
Job. getLifecycleState()
The lifecycle state of the job.Job.LifecycleState
JobSummary. getLifecycleState()
The lifecycle state of the job.static Job.LifecycleState
Job.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.LifecycleState[]
Job.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type Job.LifecycleState Modifier and Type Method Description JobSummary.Builder
JobSummary.Builder. lifecycleState(Job.LifecycleState lifecycleState)
The lifecycle state of the job.SqlJob.Builder
SqlJob.Builder. lifecycleState(Job.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type Job.LifecycleState Constructor Description Job(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated)
Deprecated.JobSummary(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, JobScheduleDetails scheduleDetails, JobTypes jobType, Job.LifecycleState lifecycleState, String timeout, String submissionErrorMessage, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SqlJob(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated, SqlJob.SqlType sqlType, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.OperationType operationType, String userName, SqlJob.Role role, String namedCredentialId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Job.LifecycleState in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return Job.LifecycleState Modifier and Type Method Description Job.LifecycleState
ListJobsRequest. getLifecycleState()
The lifecycle state of the job.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type Job.LifecycleState Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(Job.LifecycleState lifecycleState)
The lifecycle state of the job.
-