| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterizedStatement> |
ExecuteTransactionRequest.transactStatements()
The list of PartiQL statements representing the transaction to run.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteTransactionRequest.Builder |
ExecuteTransactionRequest.Builder.transactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction to run.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteTransactionRequest.Builder |
ExecuteTransactionRequest.Builder.transactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
Copyright © 2022. All rights reserved.