Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementRequest
-
Packages that use BatchStatementRequest Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 BatchStatementRequest Modifier and Type Method Description 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 BatchStatementRequest Modifier and Type Method Description BatchExecuteStatementRequest.BuilderBatchExecuteStatementRequest.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 BatchStatementRequest Modifier and Type Method Description BatchExecuteStatementRequest.BuilderBatchExecuteStatementRequest.Builder. statements(Collection<BatchStatementRequest> statements)The list of PartiQL statements representing the batch to run.
-