Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchExecuteStatementRequest.Builder
Packages that use BatchExecuteStatementRequest.Builder
Package
Description
-
Uses of BatchExecuteStatementRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type BatchExecuteStatementRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.batchExecuteStatement(Consumer<BatchExecuteStatementRequest.Builder> batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.default BatchExecuteStatementResponseDynamoDbClient.batchExecuteStatement(Consumer<BatchExecuteStatementRequest.Builder> batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. -
Uses of BatchExecuteStatementRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchExecuteStatementRequest.BuilderModifier and TypeMethodDescriptionBatchExecuteStatementRequest.builder()BatchExecuteStatementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) BatchExecuteStatementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) BatchExecuteStatementRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.BatchExecuteStatementRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.BatchExecuteStatementRequest.Builder.statements(Collection<BatchStatementRequest> statements) The list of PartiQL statements representing the batch to run.BatchExecuteStatementRequest.Builder.statements(Consumer<BatchStatementRequest.Builder>... statements) The list of PartiQL statements representing the batch to run.BatchExecuteStatementRequest.Builder.statements(BatchStatementRequest... statements) The list of PartiQL statements representing the batch to run.BatchExecuteStatementRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchExecuteStatementRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchExecuteStatementRequest.Builder>BatchExecuteStatementRequest.serializableBuilderClass()