Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchExecuteStatementResponse
Packages that use BatchExecuteStatementResponse
-
Uses of BatchExecuteStatementResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return BatchExecuteStatementResponseModifier and TypeMethodDescriptiondefault BatchExecuteStatementResponseDynamoDbClient.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(BatchExecuteStatementRequest batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type BatchExecuteStatementResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.batchExecuteStatement(Consumer<BatchExecuteStatementRequest.Builder> batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.DynamoDbAsyncClient.batchExecuteStatement(BatchExecuteStatementRequest batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.