Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BatchStatementError |
BatchStatementError.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
BatchStatementError |
BatchStatementError.clearItemEntries()
Removes all the entries added into Item.
|
BatchStatementError |
BatchStatementError.clone() |
BatchStatementError |
BatchStatementResponse.getError()
The error associated with a failed PartiQL batch statement.
|
BatchStatementError |
BatchStatementError.withCode(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError |
BatchStatementError.withCode(String code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError |
BatchStatementError.withItem(Map<String,AttributeValue> item)
The item which caused the condition check to fail.
|
BatchStatementError |
BatchStatementError.withMessage(String message)
The error message associated with the PartiQL batch response.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchStatementResponse.setError(BatchStatementError error)
The error associated with a failed PartiQL batch statement.
|
BatchStatementResponse |
BatchStatementResponse.withError(BatchStatementError error)
The error associated with a failed PartiQL batch statement.
|
Copyright © 2023. All rights reserved.