| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default PutItemResponse |
DynamoDbClient.putItem(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.
|
default CompletableFuture<PutItemResponse> |
DynamoDbAsyncClient.putItem(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutItemRequestMarshaller.marshall(PutItemRequest putItemRequest) |
Copyright © 2019. All rights reserved.