Uses of Class
com.oracle.bmc.databasemigration.model.OdmsPhaseActions
-
Packages that use OdmsPhaseActions Package Description com.oracle.bmc.databasemigration.model -
-
Uses of OdmsPhaseActions in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return OdmsPhaseActions Modifier and Type Method Description static OdmsPhaseActions
OdmsPhaseActions. create(String key)
OdmsPhaseActions
MigrationPhaseSummary. getRecommendedAction()
Action recommended for this phase.static OdmsPhaseActions
OdmsPhaseActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdmsPhaseActions[]
OdmsPhaseActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type OdmsPhaseActions Modifier and Type Method Description List<OdmsPhaseActions>
MigrationPhaseSummary. getSupportedActions()
Array of actions for the corresponding phase.Methods in com.oracle.bmc.databasemigration.model with parameters of type OdmsPhaseActions Modifier and Type Method Description MigrationPhaseSummary.Builder
MigrationPhaseSummary.Builder. recommendedAction(OdmsPhaseActions recommendedAction)
Action recommended for this phase.Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type OdmsPhaseActions Modifier and Type Method Description MigrationPhaseSummary.Builder
MigrationPhaseSummary.Builder. supportedActions(List<OdmsPhaseActions> supportedActions)
Array of actions for the corresponding phase.Constructors in com.oracle.bmc.databasemigration.model with parameters of type OdmsPhaseActions Constructor Description MigrationPhaseSummary(OdmsJobPhases name, OdmsPhaseActions recommendedAction, List<OdmsPhaseActions> supportedActions)
Deprecated.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type OdmsPhaseActions Constructor Description MigrationPhaseSummary(OdmsJobPhases name, OdmsPhaseActions recommendedAction, List<OdmsPhaseActions> supportedActions)
Deprecated.
-