Uses of Class
software.amazon.awssdk.enhanced.dynamodb.EnhancedTypeDocumentConfiguration.Builder
Packages that use EnhancedTypeDocumentConfiguration.Builder
-
Uses of EnhancedTypeDocumentConfiguration.Builder in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return EnhancedTypeDocumentConfiguration.BuilderModifier and TypeMethodDescriptionEnhancedTypeDocumentConfiguration.builder()EnhancedTypeDocumentConfiguration.Builder.ignoreNulls(Boolean ignoreNulls) Specifies whether to ignore attributes with null values in the associatedEnhancedType.EnhancedTypeDocumentConfiguration.Builder.preserveEmptyObject(Boolean preserveEmptyObject) Specifies whether to initialize the associatedEnhancedTypeas empty class when mapping it to a Java object.EnhancedTypeDocumentConfiguration.toBuilder()Method parameters in software.amazon.awssdk.enhanced.dynamodb with type arguments of type EnhancedTypeDocumentConfiguration.BuilderModifier and TypeMethodDescriptionstatic <T> EnhancedType<T>EnhancedType.documentOf(Class<T> documentClass, TableSchema<T> documentTableSchema, Consumer<EnhancedTypeDocumentConfiguration.Builder> enhancedTypeConfiguration) Create a type token that represents a document that is specified by the providedTableSchema.Constructors in software.amazon.awssdk.enhanced.dynamodb with parameters of type EnhancedTypeDocumentConfiguration.BuilderModifierConstructorDescription