| Modifier and Type | Method and Description |
|---|---|
static DynamoAttributeValue |
DynamoAttributeValue.booleanFromJsonPath(String value)
Sets an attribute of type Boolean from state input through Json path.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBinary(String value)
Sets an attribute of type Binary.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBinarySet(List<String> value)
Sets an attribute of type Binary Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromBoolean(Boolean value)
Sets an attribute of type Boolean.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromList(List<DynamoAttributeValue> value)
Sets an attribute of type List.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromMap(Map<String,DynamoAttributeValue> value)
Sets an attribute of type Map.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNull(Boolean value)
Sets an attribute of type Null.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNumber(Number value)
Sets a literal number.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromNumberSet(List<Number> value)
Sets an attribute of type Number Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromString(String value)
Sets an attribute of type String.
|
static DynamoAttributeValue |
DynamoAttributeValue.fromStringSet(List<String> value)
Sets an attribute of type String Set.
|
static DynamoAttributeValue |
DynamoAttributeValue.mapFromJsonPath(String value)
Sets an attribute of type Map.
|
static DynamoAttributeValue |
DynamoAttributeValue.numberFromString(String value)
Sets an attribute of type Number.
|
static DynamoAttributeValue |
DynamoAttributeValue.numberSetFromStrings(List<String> value)
Sets an attribute of type Number Set.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,DynamoAttributeValue> |
DynamoPutItemProps.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.Jsii$Proxy.getExpressionAttributeValues() |
default Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.Jsii$Proxy.getExpressionAttributeValues() |
default Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.Jsii$Proxy.getExpressionAttributeValues() |
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.getItem()
A map of attribute name/value pairs, one for each attribute.
|
Map<String,DynamoAttributeValue> |
DynamoPutItemProps.Jsii$Proxy.getItem() |
Map<String,DynamoAttributeValue> |
DynamoGetItemProps.getKey()
Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoGetItemProps.Jsii$Proxy.getKey() |
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.getKey()
Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoUpdateItemProps.Jsii$Proxy.getKey() |
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.getKey()
Primary key of the item to retrieve.
|
Map<String,DynamoAttributeValue> |
DynamoDeleteItemProps.Jsii$Proxy.getKey() |
Copyright © 2020. All rights reserved.