Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementError
-
Packages that use BatchStatementError Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BatchStatementError in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchStatementError Modifier and Type Method Description BatchStatementError
BatchStatementResponse. error()
The error associated with a failed PartiQL batch statement.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BatchStatementError Modifier and Type Method Description BatchStatementResponse.Builder
BatchStatementResponse.Builder. error(BatchStatementError error)
The error associated with a failed PartiQL batch statement.
-