| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.paginators | |
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<QueryResponse> |
DynamoDbAsyncClient.query(QueryRequest queryRequest)
You must provide the name of the partition key attribute and a single value for that attribute.
|
default QueryResponse |
DynamoDbClient.query(QueryRequest queryRequest)
You must provide the name of the partition key attribute and a single value for that attribute.
|
default QueryPublisher |
DynamoDbAsyncClient.queryPaginator(QueryRequest queryRequest)
You must provide the name of the partition key attribute and a single value for that attribute.
|
default QueryIterable |
DynamoDbClient.queryPaginator(QueryRequest queryRequest)
You must provide the name of the partition key attribute and a single value for that attribute.
|
| Constructor and Description |
|---|
QueryIterable(DynamoDbClient client,
QueryRequest firstRequest) |
QueryPublisher(DynamoDbAsyncClient client,
QueryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
QueryRequestMarshaller.marshall(QueryRequest queryRequest) |
Copyright © 2021. All rights reserved.