Uses of Interface
software.amazon.awssdk.core.document.Document.MapBuilder
Packages that use Document.MapBuilder
Package
Description
-
Uses of Document.MapBuilder in software.amazon.awssdk.core.document
Methods in software.amazon.awssdk.core.document that return Document.MapBuilderModifier and TypeMethodDescriptionstatic Document.MapBuilderDocument.mapBuilder()Create aDocument.MapBuilderfor generating aDocumentby directly allowing user to put String Keys and Document Values in the builder methods.Document.MapBuilder.putBoolean(String key, boolean booleanValue) Inserts a Key Value pair to a Document Map with String key and a Document created from the given boolean.Document.MapBuilder.putDocument(String key, Document document) Inserts a Key Value pair to a Document Map with String key and the given Document.Document.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.Inserts a Key Value pair to a Document Map with String key and value as List of Document.Document.MapBuilder.putMap(String key, Consumer<Document.MapBuilder> mapBuilderConsumer) Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer ofDocument.MapBuilder.Inserts a Key Value pair to a Document Map with String key and Document constructed from Document Map.Inserts a Key Value pair to a Document Map with String key and value with Null Document.Inserts a Key Value pair to a Document Map with String key and a Document created from the given double.Inserts a Key Value pair to a Document Map with String key and a Document created from the given float.Inserts a Key Value pair to a Document Map with String key and a Document created from the given integer.Inserts a Key Value pair to a Document Map with String key and a Document created from the given long.Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.Document.MapBuilder.putNumber(String key, BigDecimal numberValue) Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigDecimal.Document.MapBuilder.putNumber(String key, BigInteger numberValue) Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigInteger.Inserts a Key Value pair to a Document Map with String key and a Document created from the given Number.Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.Method parameters in software.amazon.awssdk.core.document with type arguments of type Document.MapBuilderModifier and TypeMethodDescriptionDocument.ListBuilder.addMap(Consumer<Document.MapBuilder> mapBuilderConsumer) Inserts a Document Value constructed from Consumer ofDocument.MapBuilder.Document.MapBuilder.putMap(String key, Consumer<Document.MapBuilder> mapBuilderConsumer) Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer ofDocument.MapBuilder. -
Uses of Document.MapBuilder in software.amazon.awssdk.core.document.internal
Classes in software.amazon.awssdk.core.document.internal that implement Document.MapBuilderMethods in software.amazon.awssdk.core.document.internal that return Document.MapBuilderModifier and TypeMethodDescriptionstatic Document.MapBuilderMapDocument.mapBuilder()Create aMapDocument.MapBuilderInternalfor generating aDocumentby directly allowing user to put String Keys and Document Values in the builder methods.MapDocument.MapBuilderInternal.putBoolean(String key, boolean booleanValue) MapDocument.MapBuilderInternal.putDocument(String key, Document document) MapDocument.MapBuilderInternal.putList(String key, Consumer<Document.ListBuilder> listBuilderConsumer) MapDocument.MapBuilderInternal.putMap(String key, Consumer<Document.MapBuilder> mapBuilderConsumer) MapDocument.MapBuilderInternal.putNumber(String key, BigDecimal numberValue) MapDocument.MapBuilderInternal.putNumber(String key, BigInteger numberValue) Method parameters in software.amazon.awssdk.core.document.internal with type arguments of type Document.MapBuilderModifier and TypeMethodDescriptionListDocument.ListBuilderInternal.addMap(Consumer<Document.MapBuilder> mapBuilderConsumer) MapDocument.MapBuilderInternal.putMap(String key, Consumer<Document.MapBuilder> mapBuilderConsumer)