Uses of Interface
software.amazon.awssdk.core.document.Document.ListBuilder
Packages that use Document.ListBuilder
Package
Description
-
Uses of Document.ListBuilder in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document that return Document.ListBuilderModifier and TypeMethodDescriptionDocument.ListBuilder.addBoolean(boolean booleanValue) Adds a Document which is constructed from the given boolean.Document.ListBuilder.addDocument(Document document) Adds a Document to the constructed Document List.Document.ListBuilder.addMap(Consumer<Document.MapBuilder> mapBuilderConsumer) Inserts a Document Value constructed from Consumer ofDocument.MapBuilder.Document.ListBuilder.addNull()Inserts a Null Document to the constructed Document List.Document.ListBuilder.addNumber(double numberValue) Adds a Document which is constructed from the given double.Document.ListBuilder.addNumber(float numberValue) Adds a Document which is constructed from the given float.Document.ListBuilder.addNumber(int numberValue) Adds a Document which is constructed from the given integer.Document.ListBuilder.addNumber(long numberValue) Adds a Document which is constructed from the given long.Adds a Document which is constructed from the given String.Document.ListBuilder.addNumber(BigDecimal numberValue) Adds a Document which is constructed from the given BigDecimal.Document.ListBuilder.addNumber(BigInteger numberValue) Adds a Document which is constructed from the given BigInteger.Adds a Document which is constructed from the givenSdkNumber.Adds a Document which is constructed from the given stringValue..static Document.ListBuilderDocument.listBuilder()Provides Builder methods ofDocument.ListBuilderto directly create Document with List of DocumentsMethod parameters in software.amazon.awssdk.core.document with type arguments of type Document.ListBuilderModifier and TypeMethodDescriptionDocument.MapBuilder.putList(String key, Consumer<Document.ListBuilder> listBuilderConsumer) Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer ofDocument.ListBuilder. -
Uses of Document.ListBuilder in software.amazon.awssdk.core.document.internal
Classes in software.amazon.awssdk.core.document.internal that implement Document.ListBuilderModifier and TypeClassDescriptionstatic classInternal List Builder for easy construction of Document Lists.Methods in software.amazon.awssdk.core.document.internal that return Document.ListBuilderModifier and TypeMethodDescriptionListDocument.ListBuilderInternal.addBoolean(boolean booleanValue) ListDocument.ListBuilderInternal.addDocument(Document document) ListDocument.ListBuilderInternal.addMap(Consumer<Document.MapBuilder> mapBuilderConsumer) ListDocument.ListBuilderInternal.addNull()ListDocument.ListBuilderInternal.addNumber(double numberValue) ListDocument.ListBuilderInternal.addNumber(float numberValue) ListDocument.ListBuilderInternal.addNumber(int numberValue) ListDocument.ListBuilderInternal.addNumber(long numberValue) ListDocument.ListBuilderInternal.addNumber(BigDecimal numberValue) ListDocument.ListBuilderInternal.addNumber(BigInteger numberValue) static Document.ListBuilderListDocument.listBuilder()Provides Builder methods ofListDocument.ListBuilderInternalto directly create Document with List of DocumentsMethod parameters in software.amazon.awssdk.core.document.internal with type arguments of type Document.ListBuilderModifier and TypeMethodDescriptionMapDocument.MapBuilderInternal.putList(String key, Consumer<Document.ListBuilder> listBuilderConsumer)