| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchExecuteStatementResponse> |
DynamoDbAsyncClient.batchExecuteStatement(BatchExecuteStatementRequest batchExecuteStatementRequest)
This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.
|
default BatchExecuteStatementResponse |
DynamoDbClient.batchExecuteStatement(BatchExecuteStatementRequest batchExecuteStatementRequest)
This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
BatchExecuteStatementRequestMarshaller.marshall(BatchExecuteStatementRequest batchExecuteStatementRequest) |
Copyright © 2022. All rights reserved.