Serializable, Comparable<DynamoDbMapperFieldModel.DynamoDbAttributeType>public static enum DynamoDbMapperFieldModel.DynamoDbAttributeType extends Enum<DynamoDbMapperFieldModel.DynamoDbAttributeType>
| Modifier and Type | Method | Description |
|---|---|---|
static DynamoDbMapperFieldModel.DynamoDbAttributeType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DynamoDbMapperFieldModel.DynamoDbAttributeType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType B
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType N
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType S
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType BS
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType NS
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType SS
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType BOOL
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType NULL
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType L
public static final DynamoDbMapperFieldModel.DynamoDbAttributeType M
public static DynamoDbMapperFieldModel.DynamoDbAttributeType[] values()
for (DynamoDbMapperFieldModel.DynamoDbAttributeType c : DynamoDbMapperFieldModel.DynamoDbAttributeType.values()) System.out.println(c);
public static DynamoDbMapperFieldModel.DynamoDbAttributeType 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 nullCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.