Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
Modifier and Type | Method and Description |
---|---|
default BatchWriteItemResponse |
DynamoDbClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
The
BatchWriteItem operation puts or deletes multiple items in one or more tables. |
default BatchWriteItemResponse |
DynamoDbClient.batchWriteItem(Consumer<BatchWriteItemRequest.Builder> batchWriteItemRequest)
The
BatchWriteItem operation puts or deletes multiple items in one or more tables. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<BatchWriteItemResponse> |
DynamoDbAsyncClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
The
BatchWriteItem operation puts or deletes multiple items in one or more tables. |
default CompletableFuture<BatchWriteItemResponse> |
DynamoDbAsyncClient.batchWriteItem(Consumer<BatchWriteItemRequest.Builder> batchWriteItemRequest)
The
BatchWriteItem operation puts or deletes multiple items in one or more tables. |
Copyright © 2020. All rights reserved.