Uses of Class
software.amazon.awssdk.services.waf.model.MigrationErrorType
-
Packages that use MigrationErrorType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of MigrationErrorType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return MigrationErrorType Modifier and Type Method Description static MigrationErrorTypeMigrationErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationErrorTypeWafEntityMigrationException. migrationErrorType()Returns the value of the MigrationErrorType property for this object.static MigrationErrorTypeMigrationErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationErrorType[]MigrationErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type MigrationErrorType Modifier and Type Method Description static Set<MigrationErrorType>MigrationErrorType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type MigrationErrorType Modifier and Type Method Description WafEntityMigrationException.BuilderWafEntityMigrationException.Builder. migrationErrorType(MigrationErrorType migrationErrorType)Sets the value of the MigrationErrorType property for this object.
-