| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default DynamoReturnValues |
DynamoPutItemProps.getReturnValues()
(experimental) 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 |
DynamoUpdateItemProps.getReturnValues()
(experimental) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoReturnValues |
DynamoUpdateItemProps.Jsii$Proxy.getReturnValues() |
default DynamoReturnValues |
DynamoDeleteItemProps.getReturnValues()
(experimental) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoReturnValues |
DynamoDeleteItemProps.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() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.returnValues(DynamoReturnValues returnValues)
(experimental) 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() |
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnValues(DynamoReturnValues returnValues)
(experimental) Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
(experimental) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.returnValues(DynamoReturnValues returnValues)
Sets the value of
DynamoDeleteItemProps.getReturnValues() |
| Constructor and Description |
|---|
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,
Map<String,? extends Object> resultSelector,
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 comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoDeleteItemProps.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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Copyright © 2021. All rights reserved.