Uses of Class
com.oracle.bmc.databasemigration.model.JobLifecycleStates
-
Packages that use JobLifecycleStates Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of JobLifecycleStates in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type JobLifecycleStates Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DatabaseMigrationWaiters. forJob(GetJobRequest request, JobLifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DatabaseMigrationWaiters. forJob(GetJobRequest request, JobLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DatabaseMigrationWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of JobLifecycleStates in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return JobLifecycleStates Modifier and Type Method Description static JobLifecycleStates
JobLifecycleStates. create(String key)
JobLifecycleStates
Job. getLifecycleState()
The current state of the migration job.JobLifecycleStates
JobSummary. getLifecycleState()
The current state of the migration Deployment.static JobLifecycleStates
JobLifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobLifecycleStates[]
JobLifecycleStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type JobLifecycleStates Modifier and Type Method Description Job.Builder
Job.Builder. lifecycleState(JobLifecycleStates lifecycleState)
The current state of the migration job.JobSummary.Builder
JobSummary.Builder. lifecycleState(JobLifecycleStates lifecycleState)
The current state of the migration Deployment.Constructors in com.oracle.bmc.databasemigration.model with parameters of type JobLifecycleStates Constructor Description Job(String id, String displayName, String migrationId, JobTypes type, Date timeCreated, Date timeUpdated, MigrationJobProgressResource progress, List<UnsupportedDatabaseObject> unsupportedObjects, JobLifecycleStates lifecycleState, String lifecycleDetails, List<ParameterFileVersionSummary> parameterFileVersions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.JobSummary(String id, String displayName, String migrationId, JobTypes type, MigrationJobProgressSummary progress, Date timeCreated, Date timeUpdated, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of JobLifecycleStates in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return JobLifecycleStates Modifier and Type Method Description JobLifecycleStates
ListJobsRequest. getLifecycleState()
The lifecycle state of the Migration Job.Methods in com.oracle.bmc.databasemigration.requests with parameters of type JobLifecycleStates Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(JobLifecycleStates lifecycleState)
The lifecycle state of the Migration Job.
-