Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
ReadBatch |
ReadBatch.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Collection<ReadBatch> |
BatchGetItemEnhancedRequest.readBatches()
Returns the collection of
ReadBatch in this request object. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemEnhancedRequest.Builder |
BatchGetItemEnhancedRequest.Builder.readBatches(Collection<ReadBatch> readBatches)
Sets a collection of read batches to use in the batchGetItem operation.
|
Copyright © 2020. All rights reserved.