Uses of Class
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.EnhancedAttributeValue
Packages that use EnhancedAttributeValue
Package
Description
-
Uses of EnhancedAttributeValue in software.amazon.awssdk.enhanced.dynamodb.internal.converter
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter with parameters of type EnhancedAttributeValueModifier and TypeMethodDescriptionfinal TTypeConvertingVisitor.convert(EnhancedAttributeValue value) Convert the provided value into the target type. -
Uses of EnhancedAttributeValue in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute that return EnhancedAttributeValueModifier and TypeMethodDescriptionstatic EnhancedAttributeValueEnhancedAttributeValue.fromAttributeValue(AttributeValue attributeValue) Create anEnhancedAttributeValuefrom a generatedAttributeValue.static EnhancedAttributeValueEnhancedAttributeValue.fromBoolean(Boolean booleanValue) Create anEnhancedAttributeValuefor a boolean (bool) DynamoDB type.static EnhancedAttributeValueCreate anEnhancedAttributeValuefor a bytes (b) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromListOfAttributeValues(List<AttributeValue> listOfAttributeValuesValue) Create anEnhancedAttributeValuefor a list-of-attributes (l) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromListOfAttributeValues(AttributeValue... listOfAttributeValuesValue) Create anEnhancedAttributeValuefor a list-of-attributes (l) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromMap(Map<String, AttributeValue> mapValue) Create anEnhancedAttributeValuefor a map (m) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromNumber(String numberValue) Create anEnhancedAttributeValuefor a number (n) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfBytes(Collection<SdkBytes> setOfBytesValue) Create anEnhancedAttributeValuefor a set-of-bytes (bs) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfBytes(List<SdkBytes> setOfBytesValue) Create anEnhancedAttributeValuefor a set-of-bytes (bs) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfBytes(SdkBytes... setOfBytesValue) Create anEnhancedAttributeValuefor a set-of-bytes (bs) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfNumbers(String... setOfNumbersValue) Create anEnhancedAttributeValuefor a set-of-numbers (ns) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfNumbers(Collection<String> setOfNumbersValue) Create anEnhancedAttributeValuefor a set-of-numbers (ns) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfNumbers(List<String> setOfNumbersValue) Create anEnhancedAttributeValuefor a set-of-numbers (ns) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfStrings(String... setOfStringsValue) Create anEnhancedAttributeValuefor a set-of-strings (ss) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfStrings(Collection<String> setOfStringsValue) Create anEnhancedAttributeValuefor a set-of-strings (ss) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromSetOfStrings(List<String> setOfStringsValue) Create anEnhancedAttributeValuefor a set-of-strings (ss) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.fromString(String stringValue) Create anEnhancedAttributeValuefor a string (s) DynamoDB type.static EnhancedAttributeValueEnhancedAttributeValue.nullValue()Create anEnhancedAttributeValuefor the null DynamoDB type.