| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default ExecuteStatementResponse |
DynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
default ExecuteStatementResponse |
DynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ExecuteStatementResponse> |
DynamoDbAsyncClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
default CompletableFuture<ExecuteStatementResponse> |
DynamoDbAsyncClient.executeStatement(ExecuteStatementRequest executeStatementRequest)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
Copyright © 2023. All rights reserved.