Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.converter | |
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute |
Modifier and Type | Method and Description |
---|---|
T |
TypeConvertingVisitor.convert(EnhancedAttributeValue value)
Convert the provided value into the target type.
|
Modifier and Type | Method and Description |
---|---|
static EnhancedAttributeValue |
EnhancedAttributeValue.fromAttributeValue(AttributeValue attributeValue)
Create an
EnhancedAttributeValue from a generated AttributeValue . |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromBoolean(Boolean booleanValue)
Create an
EnhancedAttributeValue for a boolean (bool) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromBytes(SdkBytes bytesValue)
Create an
EnhancedAttributeValue for a bytes (b) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromListOfAttributeValues(AttributeValue... listOfAttributeValuesValue)
Create an
EnhancedAttributeValue for a list-of-attributes (l) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromListOfAttributeValues(List<AttributeValue> listOfAttributeValuesValue)
Create an
EnhancedAttributeValue for a list-of-attributes (l) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromMap(Map<String,AttributeValue> mapValue)
Create an
EnhancedAttributeValue for a map (m) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromNumber(String numberValue)
Create an
EnhancedAttributeValue for a number (n) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfBytes(List<SdkBytes> setOfBytesValue)
Create an
EnhancedAttributeValue for a set-of-bytes (bs) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfBytes(SdkBytes... setOfBytesValue)
Create an
EnhancedAttributeValue for a set-of-bytes (bs) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfNumbers(List<String> setOfNumbersValue)
Create an
EnhancedAttributeValue for a set-of-numbers (ns) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfNumbers(String... setOfNumbersValue)
Create an
EnhancedAttributeValue for a set-of-numbers (ns) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfStrings(List<String> setOfStringsValue)
Create an
EnhancedAttributeValue for a set-of-strings (ss) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromSetOfStrings(String... setOfStringsValue)
Create an
EnhancedAttributeValue for a set-of-strings (ss) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.fromString(String stringValue)
Create an
EnhancedAttributeValue for a string (s) DynamoDB type. |
static EnhancedAttributeValue |
EnhancedAttributeValue.nullValue()
Create an
EnhancedAttributeValue for the null DynamoDB type. |
Copyright © 2020. All rights reserved.