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