Uses of Interface
software.amazon.awssdk.core.document.Document.ListBuilder
-
Packages that use Document.ListBuilder Package Description software.amazon.awssdk.core.document software.amazon.awssdk.core.document.internal -
-
Uses of Document.ListBuilder in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document that return Document.ListBuilder Modifier and Type Method Description Document.ListBuilderDocument.ListBuilder. addBoolean(boolean booleanValue)Adds a Document which is constructed from the given boolean.Document.ListBuilderDocument.ListBuilder. addDocument(Document document)Adds a Document to the constructed Document List.Document.ListBuilderDocument.ListBuilder. addMap(Consumer<Document.MapBuilder> mapBuilderConsumer)Inserts a Document Value constructed from Consumer ofDocument.MapBuilder.Document.ListBuilderDocument.ListBuilder. addNull()Inserts a Null Document to the constructed Document List.Document.ListBuilderDocument.ListBuilder. addNumber(double numberValue)Adds a Document which is constructed from the given double.Document.ListBuilderDocument.ListBuilder. addNumber(float numberValue)Adds a Document which is constructed from the given float.Document.ListBuilderDocument.ListBuilder. addNumber(int numberValue)Adds a Document which is constructed from the given integer.Document.ListBuilderDocument.ListBuilder. addNumber(long numberValue)Adds a Document which is constructed from the given long.Document.ListBuilderDocument.ListBuilder. addNumber(String numberValue)Adds a Document which is constructed from the given String.Document.ListBuilderDocument.ListBuilder. addNumber(BigDecimal numberValue)Adds a Document which is constructed from the given BigDecimal.Document.ListBuilderDocument.ListBuilder. addNumber(BigInteger numberValue)Adds a Document which is constructed from the given BigInteger.Document.ListBuilderDocument.ListBuilder. addNumber(SdkNumber numberValue)Adds a Document which is constructed from the givenSdkNumber.Document.ListBuilderDocument.ListBuilder. addString(String stringValue)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.ListBuilder Modifier and Type Method Description Document.MapBuilderDocument.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.ListBuilder Modifier and Type Class Description static classListDocument.ListBuilderInternalInternal List Builder for easy construction of Document Lists.Methods in software.amazon.awssdk.core.document.internal that return Document.ListBuilder Modifier and Type Method Description Document.ListBuilderListDocument.ListBuilderInternal. addBoolean(boolean booleanValue)Document.ListBuilderListDocument.ListBuilderInternal. addDocument(Document document)Document.ListBuilderListDocument.ListBuilderInternal. addMap(Consumer<Document.MapBuilder> mapBuilderConsumer)Document.ListBuilderListDocument.ListBuilderInternal. addNull()Document.ListBuilderListDocument.ListBuilderInternal. addNumber(double numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(float numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(int numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(long numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(String numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(BigDecimal numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(BigInteger numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addNumber(SdkNumber numberValue)Document.ListBuilderListDocument.ListBuilderInternal. addString(String stringValue)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.ListBuilder Modifier and Type Method Description Document.MapBuilderMapDocument.MapBuilderInternal. putList(String key, Consumer<Document.ListBuilder> listBuilderConsumer)
-