| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default UpdateItemResponse |
DynamoDbClient.updateItem(UpdateItemRequest updateItemRequest)
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
|
default CompletableFuture<UpdateItemResponse> |
DynamoDbAsyncClient.updateItem(UpdateItemRequest updateItemRequest)
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
UpdateItemRequestMarshaller.marshall(UpdateItemRequest updateItemRequest) |
Copyright © 2019. All rights reserved.