| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default QueryResponse |
DynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest)
The
Query operation finds items based on primary key values. |
default QueryResponse |
DynamoDbClient.query(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<QueryResponse> |
DynamoDbAsyncClient.query(Consumer<QueryRequest.Builder> queryRequest)
The
Query operation finds items based on primary key values. |
default CompletableFuture<QueryResponse> |
DynamoDbAsyncClient.query(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<QueryResponse> |
QueryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPublisher.subscribe(org.reactivestreams.Subscriber<? super QueryResponse> subscriber) |
Copyright © 2019. All rights reserved.