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 DynamoReturnValuesDynamoDeleteItemJsonataProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoDeleteItemJsonataProps.Jsii$Proxy.getReturnValues()default DynamoReturnValuesDynamoDeleteItemJsonPathProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoDeleteItemJsonPathProps.Jsii$Proxy.getReturnValues()default 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 DynamoReturnValuesDynamoPutItemJsonataProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.final DynamoReturnValuesDynamoPutItemJsonataProps.Jsii$Proxy.getReturnValues()default DynamoReturnValuesDynamoPutItemJsonPathProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.final DynamoReturnValuesDynamoPutItemJsonPathProps.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 DynamoReturnValuesDynamoUpdateItemJsonataProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoUpdateItemJsonataProps.Jsii$Proxy.getReturnValues()default DynamoReturnValuesDynamoUpdateItemJsonPathProps.getReturnValues()Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.final DynamoReturnValuesDynamoUpdateItemJsonPathProps.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.DynamoDeleteItemJsonataProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoDeleteItemJsonataProps.getReturnValues()DynamoDeleteItemJsonPathProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoDeleteItemJsonPathProps.getReturnValues()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.DynamoPutItemJsonataProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoPutItemJsonataProps.getReturnValues()DynamoPutItemJsonPathProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoPutItemJsonPathProps.getReturnValues()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.DynamoUpdateItemJsonataProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoUpdateItemJsonataProps.getReturnValues()DynamoUpdateItemJsonPathProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoUpdateItemJsonPathProps.getReturnValues()DynamoUpdateItemProps.Builder.returnValues(DynamoReturnValues returnValues) Sets the value ofDynamoUpdateItemProps.getReturnValues()