Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.ReadBatch
Packages that use ReadBatch
-
Uses of ReadBatch in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return ReadBatchMethods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type ReadBatchModifier and TypeMethodDescriptionBatchGetItemEnhancedRequest.readBatches()Returns the collection ofReadBatchin this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type ReadBatchModifier and TypeMethodDescriptionBatchGetItemEnhancedRequest.Builder.addReadBatch(ReadBatch readBatch) Adds a read batch to the collection of batches on this builder.BatchGetItemEnhancedRequest.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 ReadBatchModifier and TypeMethodDescriptionBatchGetItemEnhancedRequest.Builder.readBatches(Collection<ReadBatch> readBatches) Sets a collection of read batches to use in the batchGetItem operation.