Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.mapper.AttributeType
-
Packages that use AttributeType Package Description software.amazon.awssdk.enhanced.dynamodb.internal.mapper -
-
Uses of AttributeType in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that implement AttributeType Modifier and Type Class Description classStaticAttributeType<T>Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return AttributeType Modifier and Type Method Description static <T> AttributeType<T>StaticAttributeType. create(AttributeConverter<T> attributeConverter)
-