Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.ReadBatch
-
Packages that use ReadBatch Package Description software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of ReadBatch in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return ReadBatch Modifier and Type Method Description ReadBatchReadBatch.Builder. build()Methods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type ReadBatch Modifier and Type Method Description Collection<ReadBatch>BatchGetItemEnhancedRequest. readBatches()Returns the collection ofReadBatchin this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type ReadBatch Modifier and Type Method Description BatchGetItemEnhancedRequest.BuilderBatchGetItemEnhancedRequest.Builder. addReadBatch(ReadBatch readBatch)Adds a read batch to the collection of batches on this builder.BatchGetItemEnhancedRequest.BuilderBatchGetItemEnhancedRequest.Builder. readBatches(ReadBatch... readBatches)Sets one or more read batches to use in the batchGetItem operation.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type ReadBatch Modifier and Type Method Description BatchGetItemEnhancedRequest.BuilderBatchGetItemEnhancedRequest.Builder. readBatches(Collection<ReadBatch> readBatches)Sets a collection of read batches to use in the batchGetItem operation.
-