Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoAttributeValue
Packages that use DynamoAttributeValue
Package
Description
Tasks for AWS Step Functions
- 
Uses of DynamoAttributeValue in software.amazon.awscdk.services.stepfunctions.tasksMethods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoAttributeValueModifier and TypeMethodDescriptionstatic DynamoAttributeValueDynamoAttributeValue.booleanFromJsonPath(String value) Sets an attribute of type Boolean from state input through Json path.static DynamoAttributeValueDynamoAttributeValue.fromBinary(String value) Sets an attribute of type Binary.static DynamoAttributeValueDynamoAttributeValue.fromBinarySet(List<String> value) Sets an attribute of type Binary Set.static DynamoAttributeValueDynamoAttributeValue.fromBoolean(Boolean value) Sets an attribute of type Boolean.static DynamoAttributeValueDynamoAttributeValue.fromList(List<? extends DynamoAttributeValue> value) Sets an attribute of type List.static DynamoAttributeValueDynamoAttributeValue.fromMap(Map<String, ? extends DynamoAttributeValue> value) Sets an attribute of type Map.static DynamoAttributeValueSets an attribute of type Null.static DynamoAttributeValueDynamoAttributeValue.fromNumber(Number value) Sets a literal number.static DynamoAttributeValueDynamoAttributeValue.fromNumberSet(List<? extends Number> value) Sets an attribute of type Number Set.static DynamoAttributeValueDynamoAttributeValue.fromString(String value) Sets an attribute of type String.static DynamoAttributeValueDynamoAttributeValue.fromStringSet(List<String> value) Sets an attribute of type String Set.static DynamoAttributeValueDynamoAttributeValue.listFromJsonPath(String value) Sets an attribute of type List.static DynamoAttributeValueDynamoAttributeValue.mapFromJsonPath(String value) Sets an attribute of type Map.static DynamoAttributeValueDynamoAttributeValue.numberFromString(String value) Sets an attribute of type Number.static DynamoAttributeValueDynamoAttributeValue.numberSetFromStrings(List<String> value) Sets an attribute of type Number Set.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type DynamoAttributeValueModifier and TypeMethodDescriptiondefault Map<String,DynamoAttributeValue> DynamoDeleteItemProps.getExpressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,DynamoAttributeValue> DynamoDeleteItemProps.Jsii$Proxy.getExpressionAttributeValues()default Map<String,DynamoAttributeValue> DynamoPutItemProps.getExpressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,DynamoAttributeValue> DynamoPutItemProps.Jsii$Proxy.getExpressionAttributeValues()default Map<String,DynamoAttributeValue> DynamoUpdateItemProps.getExpressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,DynamoAttributeValue> DynamoUpdateItemProps.Jsii$Proxy.getExpressionAttributeValues()DynamoPutItemProps.getItem()A map of attribute name/value pairs, one for each attribute.final Map<String,DynamoAttributeValue> DynamoPutItemProps.Jsii$Proxy.getItem()DynamoDeleteItemProps.getKey()Primary key of the item to retrieve.final Map<String,DynamoAttributeValue> DynamoDeleteItemProps.Jsii$Proxy.getKey()DynamoGetItemProps.getKey()Primary key of the item to retrieve.final Map<String,DynamoAttributeValue> DynamoGetItemProps.Jsii$Proxy.getKey()DynamoUpdateItemProps.getKey()Primary key of the item to retrieve.final Map<String,DynamoAttributeValue> DynamoUpdateItemProps.Jsii$Proxy.getKey()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type DynamoAttributeValueModifier and TypeMethodDescriptionDynamoDeleteItem.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.DynamoDeleteItemProps.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) Sets the value ofDynamoDeleteItemProps.getExpressionAttributeValues()DynamoPutItem.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.DynamoPutItemProps.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) Sets the value ofDynamoPutItemProps.getExpressionAttributeValues()DynamoUpdateItem.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.DynamoUpdateItemProps.Builder.expressionAttributeValues(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) Sets the value ofDynamoUpdateItemProps.getExpressionAttributeValues()static DynamoAttributeValueDynamoAttributeValue.fromList(List<? extends DynamoAttributeValue> value) Sets an attribute of type List.static DynamoAttributeValueDynamoAttributeValue.fromMap(Map<String, ? extends DynamoAttributeValue> value) Sets an attribute of type Map.DynamoPutItem.Builder.item(Map<String, ? extends DynamoAttributeValue> item) A map of attribute name/value pairs, one for each attribute.DynamoPutItemProps.Builder.item(Map<String, ? extends DynamoAttributeValue> item) Sets the value ofDynamoPutItemProps.getItem()DynamoDeleteItem.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Primary key of the item to retrieve.DynamoDeleteItemProps.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Sets the value ofDynamoDeleteItemProps.getKey()DynamoGetItem.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Primary key of the item to retrieve.DynamoGetItemProps.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Sets the value ofDynamoGetItemProps.getKey()DynamoUpdateItem.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Primary key of the item to retrieve.DynamoUpdateItemProps.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Sets the value ofDynamoUpdateItemProps.getKey()