| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetItemResponse |
DynamoDbClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or more items from one or more tables. |
default BatchGetItemResponse |
DynamoDbClient.batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or more items from one or more tables. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchGetItemResponse> |
DynamoDbAsyncClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or more items from one or more tables. |
default CompletableFuture<BatchGetItemResponse> |
DynamoDbAsyncClient.batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or more items from one or more tables. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<BatchGetItemResponse> |
BatchGetItemIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetItemPublisher.subscribe(org.reactivestreams.Subscriber<? super BatchGetItemResponse> subscriber) |
Copyright © 2019. All rights reserved.