| Modifier and Type | Method and Description |
|---|---|
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() |
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() |
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 |
|---|---|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.returnValues(DynamoReturnValues returnValues)
Sets the value of
DynamoDeleteItemProps.getReturnValues() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.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() |
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.
|
| Constructor and Description |
|---|
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoDeleteItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> item,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoPutItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String updateExpression,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Copyright © 2020. All rights reserved.