Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationAlertType
-
Packages that use MigrationAlertType Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationAlertType in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return MigrationAlertType Modifier and Type Method Description static MigrationAlertTypeMigrationAlertType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationAlertTypeMigrationAlert. type()The type of alert.static MigrationAlertTypeMigrationAlertType. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationAlertType[]MigrationAlertType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationAlertType Modifier and Type Method Description static Set<MigrationAlertType>MigrationAlertType. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type MigrationAlertType Modifier and Type Method Description MigrationAlert.BuilderMigrationAlert.Builder. type(MigrationAlertType type)The type of alert.
-