private static enum S3ErrorResponseHandler.S3ErrorTags extends java.lang.Enum<S3ErrorResponseHandler.S3ErrorTags>
Enum Constant and Description |
---|
Code |
Error |
HostId |
Message |
RequestId |
Modifier and Type | Method and Description |
---|---|
static S3ErrorResponseHandler.S3ErrorTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static S3ErrorResponseHandler.S3ErrorTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3ErrorResponseHandler.S3ErrorTags Error
public static final S3ErrorResponseHandler.S3ErrorTags Message
public static final S3ErrorResponseHandler.S3ErrorTags Code
public static final S3ErrorResponseHandler.S3ErrorTags RequestId
public static final S3ErrorResponseHandler.S3ErrorTags HostId
public static S3ErrorResponseHandler.S3ErrorTags[] values()
for (S3ErrorResponseHandler.S3ErrorTags c : S3ErrorResponseHandler.S3ErrorTags.values()) System.out.println(c);
public static S3ErrorResponseHandler.S3ErrorTags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null