Uses of Class
software.amazon.awssdk.services.dynamodb.paginators.QueryPublisher
-
Packages that use QueryPublisher Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of QueryPublisher in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return QueryPublisher Modifier and Type Method Description default QueryPublisherDynamoDbAsyncClient. queryPaginator(Consumer<QueryRequest.Builder> queryRequest)You must provide the name of the partition key attribute and a single value for that attribute.default QueryPublisherDynamoDbAsyncClient. queryPaginator(QueryRequest queryRequest)You must provide the name of the partition key attribute and a single value for that attribute.
-