Uses of Class
com.oracle.bmc.databasemigration.model.AssessorLifecycleStates
-
Packages that use AssessorLifecycleStates Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of AssessorLifecycleStates in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type AssessorLifecycleStates Modifier and Type Method Description Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, AssessorLifecycleStates... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, AssessorLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AssessorLifecycleStates... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of AssessorLifecycleStates in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AssessorLifecycleStates Modifier and Type Method Description static AssessorLifecycleStatesAssessorLifecycleStates. create(String key)AssessorLifecycleStatesAssessor. getLifecycleState()The current state of the Assessor.AssessorLifecycleStatesAssessorSummary. getLifecycleState()The current state of the Assessor.static AssessorLifecycleStatesAssessorLifecycleStates. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessorLifecycleStates[]AssessorLifecycleStates. 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 AssessorLifecycleStates Modifier and Type Method Description Assessor.BuilderAssessor.Builder. lifecycleState(AssessorLifecycleStates lifecycleState)The current state of the Assessor.AssessorSummary.BuilderAssessorSummary.Builder. lifecycleState(AssessorLifecycleStates lifecycleState)The current state of the Assessor.Constructors in com.oracle.bmc.databasemigration.model with parameters of type AssessorLifecycleStates Constructor Description Assessor(String assessmentId, String name, String displayName, String description, String helpLinkUrl, String helpLinkText, AssessorLifecycleStates lifecycleState, AssessorGroup assessorGroup, List<AssessorAction> actions, String assessorResult, String checksSummary, Boolean hasScript, String script, Boolean doesScriptRequireRestart)Deprecated.AssessorSummary(String assessmentId, String name, String displayName, String description, String helpLinkUrl, String helpLinkText, AssessorLifecycleStates lifecycleState, AssessorGroup assessorGroup, List<AssessorAction> actions, String assessorResult, String checksSummary, Boolean hasScript, String script, Boolean doesScriptRequireRestart)Deprecated. -
Uses of AssessorLifecycleStates in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return AssessorLifecycleStates Modifier and Type Method Description AssessorLifecycleStatesListAssessorsRequest. getLifecycleState()The lifecycle state of the Assessor.Methods in com.oracle.bmc.databasemigration.requests with parameters of type AssessorLifecycleStates Modifier and Type Method Description ListAssessorsRequest.BuilderListAssessorsRequest.Builder. lifecycleState(AssessorLifecycleStates lifecycleState)The lifecycle state of the Assessor.
-