protected static enum AwsServiceDownstreamResponseEvent.DataKey extends java.lang.Enum<AwsServiceDownstreamResponseEvent.DataKey>
| Enum Constant and Description |
|---|
REQUEST_ID
The Request Id of the current sdk request
|
RETRIES
The number of retries the AWS SDK used to perform this request
|
| Modifier and Type | Method and Description |
|---|---|
static AwsServiceDownstreamResponseEvent.DataKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwsServiceDownstreamResponseEvent.DataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsServiceDownstreamResponseEvent.DataKey REQUEST_ID
public static final AwsServiceDownstreamResponseEvent.DataKey RETRIES
public static AwsServiceDownstreamResponseEvent.DataKey[] values()
for (AwsServiceDownstreamResponseEvent.DataKey c : AwsServiceDownstreamResponseEvent.DataKey.values()) System.out.println(c);
public static AwsServiceDownstreamResponseEvent.DataKey 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