Modifier and Type | Method and Description |
---|---|
default T |
DynamoDbTable.updateItem(UpdateItemEnhancedRequest<T> request)
Updates an item in the mapped table, or adds it if it doesn't exist.
|
default CompletableFuture<T> |
DynamoDbAsyncTable.updateItem(UpdateItemEnhancedRequest<T> request)
Updates an item in the mapped table, or adds it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<T> |
DefaultDynamoDbAsyncTable.updateItem(UpdateItemEnhancedRequest<T> request) |
T |
DefaultDynamoDbTable.updateItem(UpdateItemEnhancedRequest<T> request) |
Modifier and Type | Method and Description |
---|---|
static <T> UpdateItemOperation<T> |
UpdateItemOperation.create(UpdateItemEnhancedRequest<T> request) |
Modifier and Type | Method and Description |
---|---|
UpdateItemEnhancedRequest<T> |
UpdateItemEnhancedRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
<T> TransactWriteItemsEnhancedRequest.Builder |
TransactWriteItemsEnhancedRequest.Builder.addUpdateItem(MappedTableResource<T> mappedTableResource,
UpdateItemEnhancedRequest<T> request)
Adds an item to be updated, and it's associated table, to the transaction.
|
Copyright © 2020. All rights reserved.