public static enum V1DynamoDbAttributeValue.TestItemUnmarshalling extends Enum<V1DynamoDbAttributeValue.TestItemUnmarshalling>
Modifier and Type | Method and Description |
---|---|
byte[] |
utf8() |
static V1DynamoDbAttributeValue.TestItemUnmarshalling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1DynamoDbAttributeValue.TestItemUnmarshalling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1DynamoDbAttributeValue.TestItemUnmarshalling TINY
public static final V1DynamoDbAttributeValue.TestItemUnmarshalling SMALL
public static final V1DynamoDbAttributeValue.TestItemUnmarshalling HUGE
public static V1DynamoDbAttributeValue.TestItemUnmarshalling[] values()
for (V1DynamoDbAttributeValue.TestItemUnmarshalling c : V1DynamoDbAttributeValue.TestItemUnmarshalling.values()) System.out.println(c);
public static V1DynamoDbAttributeValue.TestItemUnmarshalling 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 byte[] utf8()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.