Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementErrorCodeEnum
-
Packages that use BatchStatementErrorCodeEnum Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BatchStatementErrorCodeEnum in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchStatementErrorCodeEnum Modifier and Type Method Description BatchStatementErrorCodeEnum
BatchStatementError. code()
The error code associated with the failed PartiQL batch statement.static BatchStatementErrorCodeEnum
BatchStatementErrorCodeEnum. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchStatementErrorCodeEnum
BatchStatementErrorCodeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchStatementErrorCodeEnum[]
BatchStatementErrorCodeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchStatementErrorCodeEnum Modifier and Type Method Description static Set<BatchStatementErrorCodeEnum>
BatchStatementErrorCodeEnum. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BatchStatementErrorCodeEnum Modifier and Type Method Description BatchStatementError.Builder
BatchStatementError.Builder. code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
-