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