@Deprecated @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface DynamoDbScalarAttribute
Modifier and Type | Required Element | Description |
---|---|---|
ScalarAttributeType |
type |
Deprecated.
The scalar attirbute type.
|
Modifier and Type | Optional Element | Description |
---|---|---|
String |
attributeName |
Deprecated.
Optional parameter when the name of the attribute as stored in DynamoDB
should differ from the name used by the getter / setter.
|
ScalarAttributeType type
ScalarAttributeType
String attributeName
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.