Uses of Enum
software.amazon.awssdk.services.dynamodb.model.BatchStatementErrorCodeEnum
Packages that use BatchStatementErrorCodeEnum
-
Uses of BatchStatementErrorCodeEnum in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchStatementErrorCodeEnumModifier and TypeMethodDescriptionBatchStatementError.code()The error code associated with the failed PartiQL batch statement.static BatchStatementErrorCodeEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchStatementErrorCodeEnumReturns 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 BatchStatementErrorCodeEnumModifier and TypeMethodDescriptionstatic Set<BatchStatementErrorCodeEnum>BatchStatementErrorCodeEnum.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BatchStatementErrorCodeEnumModifier and TypeMethodDescriptionBatchStatementError.Builder.code(BatchStatementErrorCodeEnum code) The error code associated with the failed PartiQL batch statement.