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