Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchExecuteStatementResponse.Builder
Packages that use BatchExecuteStatementResponse.Builder
-
Uses of BatchExecuteStatementResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchExecuteStatementResponse.BuilderModifier and TypeMethodDescriptionBatchExecuteStatementResponse.builder()BatchExecuteStatementResponse.Builder.consumedCapacity(Collection<ConsumedCapacity> consumedCapacity) The capacity units consumed by the entire operation.BatchExecuteStatementResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity) The capacity units consumed by the entire operation.BatchExecuteStatementResponse.Builder.consumedCapacity(ConsumedCapacity... consumedCapacity) The capacity units consumed by the entire operation.BatchExecuteStatementResponse.Builder.responses(Collection<BatchStatementResponse> responses) The response to each PartiQL statement in the batch.BatchExecuteStatementResponse.Builder.responses(Consumer<BatchStatementResponse.Builder>... responses) The response to each PartiQL statement in the batch.BatchExecuteStatementResponse.Builder.responses(BatchStatementResponse... responses) The response to each PartiQL statement in the batch.BatchExecuteStatementResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchExecuteStatementResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchExecuteStatementResponse.Builder>BatchExecuteStatementResponse.serializableBuilderClass()