Uses of Class
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.SetAttributeConverter.Builder
Packages that use SetAttributeConverter.Builder
-
Uses of SetAttributeConverter.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute that return SetAttributeConverter.BuilderModifier and TypeMethodDescriptionstatic <T extends Collection<U>,U>
SetAttributeConverter.Builder<T,U> SetAttributeConverter.builder(EnhancedType<T> collectionType) SetAttributeConverter.Builder.collectionConstructor(Supplier<? extends T> collectionConstructor) SetAttributeConverter.Builder.elementConverter(AttributeConverter<U> elementConverter)