| Modifier and Type | Method and Description |
|---|---|
default DynamoReturnValues |
DynamoPutItemProps.getReturnValues()
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
|
DynamoReturnValues |
DynamoPutItemProps.Jsii$Proxy.getReturnValues() |
default DynamoReturnValues |
DynamoDeleteItemProps.getReturnValues()
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoReturnValues |
DynamoDeleteItemProps.Jsii$Proxy.getReturnValues() |
default DynamoReturnValues |
DynamoUpdateItemProps.getReturnValues()
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoReturnValues |
DynamoUpdateItemProps.Jsii$Proxy.getReturnValues() |
static DynamoReturnValues |
DynamoReturnValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoReturnValues[] |
DynamoReturnValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.returnValues(DynamoReturnValues returnValues)
Sets the value of
DynamoPutItemProps.getReturnValues() |
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.returnValues(DynamoReturnValues returnValues)
Sets the value of
DynamoDeleteItemProps.getReturnValues() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.returnValues(DynamoReturnValues returnValues)
Sets the value of
DynamoUpdateItemProps.getReturnValues() |
Copyright © 2022. All rights reserved.