Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
WriteBatch.Builder<T> |
WriteBatch.Builder.addDeleteItem(Consumer<DeleteItemEnhancedRequest.Builder> requestConsumer)
Adds a
DeleteItemEnhancedRequest to the builder, this request should contain
the primary Key to an item to be deleted. |
WriteBatch.Builder<T> |
WriteBatch.Builder.addDeleteItem(DeleteItemEnhancedRequest request)
Adds a
DeleteItemEnhancedRequest to the builder, this request should contain
the primary Key to an item to be deleted. |
WriteBatch.Builder<T> |
WriteBatch.Builder.addDeleteItem(Key key)
Adds a DeleteItem request to the builder.
|
WriteBatch.Builder<T> |
WriteBatch.Builder.addDeleteItem(T keyItem)
Adds a DeleteItem request to the builder.
|
WriteBatch.Builder<T> |
WriteBatch.Builder.addPutItem(Consumer<PutItemEnhancedRequest.Builder<T>> requestConsumer)
Adds a
PutItemEnhancedRequest to the builder, this request should contain the item
to be written. |
WriteBatch.Builder<T> |
WriteBatch.Builder.addPutItem(PutItemEnhancedRequest<T> request)
Adds a
PutItemEnhancedRequest to the builder, this request should contain the item
to be written. |
WriteBatch.Builder<T> |
WriteBatch.Builder.addPutItem(T item)
Adds a PutItem request to the builder.
|
static <T> WriteBatch.Builder<T> |
WriteBatch.builder(Class<? extends T> itemClass)
Creates a newly initialized builder for a write batch.
|
WriteBatch.Builder<T> |
WriteBatch.Builder.mappedTableResource(MappedTableResource<T> mappedTableResource)
Sets the mapped table resource (table) that the items in this write batch should come from.
|
Copyright © 2021. All rights reserved.