Uses of Class
software.amazon.awssdk.enhanced.dynamodb.EnhancedTypeDocumentConfiguration.Builder
-
Packages that use EnhancedTypeDocumentConfiguration.Builder Package Description software.amazon.awssdk.enhanced.dynamodb -
-
Uses of EnhancedTypeDocumentConfiguration.Builder in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return EnhancedTypeDocumentConfiguration.Builder Modifier and Type Method Description static EnhancedTypeDocumentConfiguration.BuilderEnhancedTypeDocumentConfiguration. builder()EnhancedTypeDocumentConfiguration.BuilderEnhancedTypeDocumentConfiguration.Builder. ignoreNulls(Boolean ignoreNulls)Specifies whether to ignore attributes with null values in the associatedEnhancedType.EnhancedTypeDocumentConfiguration.BuilderEnhancedTypeDocumentConfiguration.Builder. preserveEmptyObject(Boolean preserveEmptyObject)Specifies whether to initialize the associatedEnhancedTypeas empty class when mapping it to a Java object.EnhancedTypeDocumentConfiguration.BuilderEnhancedTypeDocumentConfiguration. toBuilder()Method parameters in software.amazon.awssdk.enhanced.dynamodb with type arguments of type EnhancedTypeDocumentConfiguration.Builder Modifier and Type Method Description static <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.Builder Constructor Description EnhancedTypeDocumentConfiguration(EnhancedTypeDocumentConfiguration.Builder builder)
-