Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
AttributeAction |
AttributeUpdate.getAction() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueUpdate.setAction(AttributeAction action)
Specifies how to perform the update.
|
AttributeValueUpdate |
AttributeValueUpdate.withAction(AttributeAction action)
Specifies how to perform the update.
|
Constructor and Description |
---|
AttributeValueUpdate(AttributeValue value,
AttributeAction action)
Constructs a new AttributeValueUpdate object.
|
Copyright © 2017. All rights reserved.