@Generated(value="software.amazon.awssdk:codegen") public enum MigrationErrorType extends Enum<MigrationErrorType>
| Enum Constant and Description |
|---|
ENTITY_NOT_FOUND |
ENTITY_NOT_SUPPORTED |
S3_BUCKET_INVALID_REGION |
S3_BUCKET_NO_PERMISSION |
S3_BUCKET_NOT_ACCESSIBLE |
S3_BUCKET_NOT_FOUND |
S3_INTERNAL_ERROR |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static MigrationErrorType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<MigrationErrorType> |
knownValues()
|
String |
toString() |
static MigrationErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationErrorType ENTITY_NOT_SUPPORTED
public static final MigrationErrorType ENTITY_NOT_FOUND
public static final MigrationErrorType S3_BUCKET_NO_PERMISSION
public static final MigrationErrorType S3_BUCKET_NOT_ACCESSIBLE
public static final MigrationErrorType S3_BUCKET_NOT_FOUND
public static final MigrationErrorType S3_BUCKET_INVALID_REGION
public static final MigrationErrorType S3_INTERNAL_ERROR
public static final MigrationErrorType UNKNOWN_TO_SDK_VERSION
public static MigrationErrorType[] values()
for (MigrationErrorType c : MigrationErrorType.values()) System.out.println(c);
public static MigrationErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MigrationErrorType>public static MigrationErrorType fromValue(String value)
value - real valuepublic static Set<MigrationErrorType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known MigrationErrorTypesCopyright © 2023. All rights reserved.