Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BatchStatementResponse |
BatchStatementResponse.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
BatchStatementResponse |
BatchStatementResponse.clearItemEntries()
Removes all the entries added into Item.
|
BatchStatementResponse |
BatchStatementResponse.clone() |
BatchStatementResponse |
BatchStatementResponse.withError(BatchStatementError error)
The error associated with a failed PartiQL batch statement.
|
BatchStatementResponse |
BatchStatementResponse.withItem(Map<String,AttributeValue> item)
A DynamoDB item associated with a BatchStatementResponse
|
BatchStatementResponse |
BatchStatementResponse.withTableName(String tableName)
The table name associated with a failed PartiQL batch statement.
|
Modifier and Type | Method and Description |
---|---|
List<BatchStatementResponse> |
BatchExecuteStatementResult.getResponses()
The response to each PartiQL statement in the batch.
|
Modifier and Type | Method and Description |
---|---|
BatchExecuteStatementResult |
BatchExecuteStatementResult.withResponses(BatchStatementResponse... responses)
The response to each PartiQL statement in the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchExecuteStatementResult.setResponses(Collection<BatchStatementResponse> responses)
The response to each PartiQL statement in the batch.
|
BatchExecuteStatementResult |
BatchExecuteStatementResult.withResponses(Collection<BatchStatementResponse> responses)
The response to each PartiQL statement in the batch.
|
Copyright © 2023. All rights reserved.