Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementRequest
Packages that use BatchStatementRequest
-
Uses of BatchStatementRequest in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchStatementRequestModifier and TypeMethodDescriptionfinal List<BatchStatementRequest>BatchExecuteStatementRequest.statements()The list of PartiQL statements representing the batch to run.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BatchStatementRequestModifier and TypeMethodDescriptionBatchExecuteStatementRequest.Builder.statements(BatchStatementRequest... statements) The list of PartiQL statements representing the batch to run.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BatchStatementRequestModifier and TypeMethodDescriptionBatchExecuteStatementRequest.Builder.statements(Collection<BatchStatementRequest> statements) The list of PartiQL statements representing the batch to run.