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