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

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

This stores and reads values in DynamoDB as a string, according to the format of Period.parse(CharSequence) and Period.toString().

This can be created via create().