Uses of Class
com.oracle.bmc.databasemigration.model.AssessorCheckActionNames
-
Packages that use AssessorCheckActionNames Package Description com.oracle.bmc.databasemigration.model -
-
Uses of AssessorCheckActionNames in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AssessorCheckActionNames Modifier and Type Method Description static AssessorCheckActionNamesAssessorCheckActionNames. create(String key)AssessorCheckActionNamesAssessorCheckAction. getName()The Assessor Check Action Name.static AssessorCheckActionNamesAssessorCheckActionNames. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessorCheckActionNames[]AssessorCheckActionNames. 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 AssessorCheckActionNames Modifier and Type Method Description AssessorCheckAction.BuilderAssessorCheckAction.Builder. name(AssessorCheckActionNames name)The Assessor Check Action Name.Constructors in com.oracle.bmc.databasemigration.model with parameters of type AssessorCheckActionNames Constructor Description AssessorCheckAction(AssessorCheckActionNames name, String displayName, String description, UserDefinedProperties userDefinedProperties)Deprecated.
-