|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeAction | |
---|---|
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of AttributeAction in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return AttributeAction | |
---|---|
static AttributeAction |
AttributeAction.fromValue(String value)
Deprecated. Use this in place of valueOf. |
static AttributeAction |
AttributeAction.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static AttributeAction[] |
AttributeAction.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.amazonaws.services.dynamodb.model with parameters of type AttributeAction | |
---|---|
void |
AttributeValueUpdate.setAction(AttributeAction action)
Deprecated. The type of action for an item update operation. |
AttributeValueUpdate |
AttributeValueUpdate.withAction(AttributeAction action)
Deprecated. The type of action for an item update operation. |
Constructors in com.amazonaws.services.dynamodb.model with parameters of type AttributeAction | |
---|---|
AttributeValueUpdate(AttributeValue value,
AttributeAction action)
Deprecated. Constructs a new AttributeValueUpdate object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |