java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.SdkBytesAttributeConverter
All Implemented Interfaces:
AttributeConverter<SdkBytes>

@ThreadSafe @Immutable public final class SdkBytesAttributeConverter extends Object implements AttributeConverter<SdkBytes>
A converter between SdkBytes and AttributeValue.

This stores values in DynamoDB as a binary blob.

This supports reading every byte value supported by DynamoDB, making it fully compatible with custom converters as well as internal converters (e.g. ByteArrayAttributeConverter).

This can be created via create().