@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.771Z") @Stability(value=Stable) public enum DynamoReturnValues extends Enum<DynamoReturnValues>
| Enum Constant and Description |
|---|
ALL_NEW
Returns all of the attributes of the item.
|
ALL_OLD
Returns all of the attributes of the item.
|
NONE
Nothing is returned.
|
UPDATED_NEW
Returns only the updated attributes.
|
UPDATED_OLD
Returns only the updated attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamoReturnValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoReturnValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final DynamoReturnValues NONE
@Stability(value=Stable) public static final DynamoReturnValues ALL_OLD
@Stability(value=Stable) public static final DynamoReturnValues UPDATED_OLD
@Stability(value=Stable) public static final DynamoReturnValues ALL_NEW
@Stability(value=Stable) public static final DynamoReturnValues UPDATED_NEW
public static DynamoReturnValues[] values()
for (DynamoReturnValues c : DynamoReturnValues.values()) System.out.println(c);
public static DynamoReturnValues 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 © 2020. All rights reserved.