public final class BatchGetItemEnhancedRequest extends Object
DynamoDbEnhancedClient.batchGetItem(BatchGetItemEnhancedRequest)).
A request contains references to keys and tables organized into one ReadBatch object per queried table.
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchGetItemEnhancedRequest.Builder
A builder that is used to create a request with the desired parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetItemEnhancedRequest.Builder |
builder()
Creates a newly initialized builder for a request object.
|
boolean |
equals(Object o) |
int |
hashCode() |
Collection<ReadBatch> |
readBatches()
Returns the collection of
ReadBatch in this request object. |
BatchGetItemEnhancedRequest.Builder |
toBuilder()
Returns a builder initialized with all existing values on the request object.
|
public static BatchGetItemEnhancedRequest.Builder builder()
public BatchGetItemEnhancedRequest.Builder toBuilder()
public Collection<ReadBatch> readBatches()
ReadBatch in this request object.Copyright © 2020. All rights reserved.