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 ReadBatch
ReadBatch.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 ofReadBatch
in this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type ReadBatch Modifier and Type Method Description BatchGetItemEnhancedRequest.Builder
BatchGetItemEnhancedRequest.Builder. addReadBatch(ReadBatch readBatch)
Adds a read batch to the collection of batches on this builder.BatchGetItemEnhancedRequest.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 ReadBatch Modifier and Type Method Description BatchGetItemEnhancedRequest.Builder
BatchGetItemEnhancedRequest.Builder. readBatches(Collection<ReadBatch> readBatches)
Sets a collection of read batches to use in the batchGetItem operation.
-