@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum BatchGetRepositoriesErrorCodeEnum extends Enum<BatchGetRepositoriesErrorCodeEnum>
Enum Constant and Description |
---|
EncryptionIntegrityChecksFailedException |
EncryptionKeyAccessDeniedException |
EncryptionKeyDisabledException |
EncryptionKeyNotFoundException |
EncryptionKeyUnavailableException |
RepositoryDoesNotExistException |
Modifier and Type | Method and Description |
---|---|
static BatchGetRepositoriesErrorCodeEnum |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static BatchGetRepositoriesErrorCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchGetRepositoriesErrorCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchGetRepositoriesErrorCodeEnum EncryptionIntegrityChecksFailedException
public static final BatchGetRepositoriesErrorCodeEnum EncryptionKeyAccessDeniedException
public static final BatchGetRepositoriesErrorCodeEnum EncryptionKeyDisabledException
public static final BatchGetRepositoriesErrorCodeEnum EncryptionKeyNotFoundException
public static final BatchGetRepositoriesErrorCodeEnum EncryptionKeyUnavailableException
public static final BatchGetRepositoriesErrorCodeEnum RepositoryDoesNotExistException
public static BatchGetRepositoriesErrorCodeEnum[] values()
for (BatchGetRepositoriesErrorCodeEnum c : BatchGetRepositoriesErrorCodeEnum.values()) System.out.println(c);
public static BatchGetRepositoriesErrorCodeEnum 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<BatchGetRepositoriesErrorCodeEnum>
public static BatchGetRepositoriesErrorCodeEnum fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.