| Modifier and Type | Method and Description |
|---|---|
DynamoAttributeValue |
DynamoAttribute.getValue()
The value of the attribute.
|
DynamoAttributeValue |
DynamoAttribute.Jsii$Proxy.getValue() |
DynamoAttributeValue |
DynamoAttributeValue.withB(String value)
Sets an attribute of type Binary.
|
DynamoAttributeValue |
DynamoAttributeValue.withBOOL(Boolean value)
Sets an attribute of type Boolean.
|
DynamoAttributeValue |
DynamoAttributeValue.withBS(List<String> value)
Sets an attribute of type Binary Set.
|
DynamoAttributeValue |
DynamoAttributeValue.withL(List<DynamoAttributeValue> value)
Sets an attribute of type List.
|
DynamoAttributeValue |
DynamoAttributeValue.withM(DynamoAttributeValueMap value)
Sets an attribute of type Map.
|
DynamoAttributeValue |
DynamoAttributeValue.withN(String value)
Sets an attribute of type Number.
|
DynamoAttributeValue |
DynamoAttributeValue.withNS(List<String> value)
Sets an attribute of type Number Set.
|
DynamoAttributeValue |
DynamoAttributeValue.withNULL(Boolean value)
Sets an attribute of type Null.
|
DynamoAttributeValue |
DynamoAttributeValue.withS(String value)
Sets an attribute of type String.
|
DynamoAttributeValue |
DynamoAttributeValue.withSS(List<String> value)
Sets an attribute of type String Set.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoAttribute.Builder |
DynamoAttribute.Builder.value(DynamoAttributeValue value)
Sets the value of
DynamoAttribute.getValue() |
| Modifier and Type | Method and Description |
|---|---|
DynamoAttributeValue |
DynamoAttributeValue.withL(List<DynamoAttributeValue> value)
Sets an attribute of type List.
|
Copyright © 2020. All rights reserved.