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