Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BatchStatementRequest |
BatchStatementRequest.clone() |
BatchStatementRequest |
BatchStatementRequest.withConsistentRead(Boolean consistentRead)
The read consistency of the PartiQL batch request.
|
BatchStatementRequest |
BatchStatementRequest.withParameters(AttributeValue... parameters)
The parameters associated with a PartiQL statement in the batch request.
|
BatchStatementRequest |
BatchStatementRequest.withParameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.
|
BatchStatementRequest |
BatchStatementRequest.withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
|
BatchStatementRequest |
BatchStatementRequest.withReturnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
|
BatchStatementRequest |
BatchStatementRequest.withStatement(String statement)
A valid PartiQL statement.
|
Modifier and Type | Method and Description |
---|---|
List<BatchStatementRequest> |
BatchExecuteStatementRequest.getStatements()
The list of PartiQL statements representing the batch to run.
|
Modifier and Type | Method and Description |
---|---|
BatchExecuteStatementRequest |
BatchExecuteStatementRequest.withStatements(BatchStatementRequest... statements)
The list of PartiQL statements representing the batch to run.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchExecuteStatementRequest.setStatements(Collection<BatchStatementRequest> statements)
The list of PartiQL statements representing the batch to run.
|
BatchExecuteStatementRequest |
BatchExecuteStatementRequest.withStatements(Collection<BatchStatementRequest> statements)
The list of PartiQL statements representing the batch to run.
|
Copyright © 2023. All rights reserved.