Uses of Class
software.amazon.awssdk.services.databasemigration.model.ErrorDetails.Type
-
Packages that use ErrorDetails.Type Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ErrorDetails.Type in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ErrorDetails.Type Modifier and Type Method Description ErrorDetails.TypeErrorDetails. type()Retrieve an enum value representing which member of this object is populated.static ErrorDetails.TypeErrorDetails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorDetails.Type[]ErrorDetails.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-