Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchStatementResponse.Builder
Packages that use BatchStatementResponse.Builder
-
Uses of BatchStatementResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchStatementResponse.BuilderModifier and TypeMethodDescriptionBatchStatementResponse.builder()default BatchStatementResponse.BuilderBatchStatementResponse.Builder.error(Consumer<BatchStatementError.Builder> error) The error associated with a failed PartiQL batch statement.BatchStatementResponse.Builder.error(BatchStatementError error) The error associated with a failed PartiQL batch statement.BatchStatementResponse.Builder.item(Map<String, AttributeValue> item) A DynamoDB item associated with a BatchStatementResponseThe table name associated with a failed PartiQL batch statement.BatchStatementResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchStatementResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchStatementResponse.Builder>BatchStatementResponse.serializableBuilderClass()