Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
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.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.