Modifier and Type | Method and Description |
---|---|
default void |
DynamoDbTable.putItem(PutItemEnhancedRequest<T> request)
Puts a single item in the mapped table.
|
default CompletableFuture<Void> |
DynamoDbAsyncTable.putItem(PutItemEnhancedRequest<T> request)
Puts a single item in the mapped table.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
DefaultDynamoDbAsyncTable.putItem(PutItemEnhancedRequest<T> request) |
void |
DefaultDynamoDbTable.putItem(PutItemEnhancedRequest<T> request) |
Modifier and Type | Method and Description |
---|---|
static <T> PutItemOperation<T> |
PutItemOperation.create(PutItemEnhancedRequest<T> request) |
Modifier and Type | Method and Description |
---|---|
PutItemEnhancedRequest<T> |
PutItemEnhancedRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
<T> TransactWriteItemsEnhancedRequest.Builder |
TransactWriteItemsEnhancedRequest.Builder.addPutItem(MappedTableResource<T> mappedTableResource,
PutItemEnhancedRequest<T> request)
Adds an item to be written, and it's associated table, to the transaction.
|
WriteBatch.Builder<T> |
WriteBatch.Builder.addPutItem(PutItemEnhancedRequest<T> request)
Adds a
PutItemEnhancedRequest to the builder, this request should contain the item
to be written. |
Copyright © 2020. All rights reserved.