Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ParameterizedStatement |
ParameterizedStatement.clone() |
ParameterizedStatement |
ParameterizedStatement.withParameters(AttributeValue... parameters)
The parameter values.
|
ParameterizedStatement |
ParameterizedStatement.withParameters(Collection<AttributeValue> parameters)
The parameter values.
|
ParameterizedStatement |
ParameterizedStatement.withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check. |
ParameterizedStatement |
ParameterizedStatement.withReturnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check. |
ParameterizedStatement |
ParameterizedStatement.withStatement(String statement)
A PartiQL statment that uses parameters.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterizedStatement> |
ExecuteTransactionRequest.getTransactStatements()
The list of PartiQL statements representing the transaction to run.
|
Modifier and Type | Method and Description |
---|---|
ExecuteTransactionRequest |
ExecuteTransactionRequest.withTransactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction to run.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteTransactionRequest.setTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
ExecuteTransactionRequest |
ExecuteTransactionRequest.withTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
Copyright © 2023. All rights reserved.