Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues
Packages that use DynamoReturnValues
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoReturnValues in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoReturnValuesModifier and TypeMethodDescriptiondefault DynamoReturnValuesDynamoDeleteItemProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoDeleteItemProps.Jsii$Proxy.getReturnValues()default DynamoReturnValuesDynamoPutItemProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.final DynamoReturnValuesDynamoPutItemProps.Jsii$Proxy.getReturnValues()default DynamoReturnValuesDynamoUpdateItemProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoUpdateItemProps.Jsii$Proxy.getReturnValues()static DynamoReturnValuesReturns the enum constant of this class with the specified name.static DynamoReturnValues[]DynamoReturnValues.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoReturnValuesModifier and TypeMethodDescriptionDynamoDeleteItem.Builder.returnValues(DynamoReturnValues returnValues) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.DynamoDeleteItemProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoDeleteItemProps.getReturnValues()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.DynamoPutItemProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoPutItemProps.getReturnValues()DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.DynamoUpdateItemProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoUpdateItemProps.getReturnValues()