Uses of Class
software.amazon.awssdk.services.dynamodb.paginators.BatchGetItemPublisher
-
Packages that use BatchGetItemPublisher Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of BatchGetItemPublisher in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return BatchGetItemPublisher Modifier and Type Method Description default BatchGetItemPublisherDynamoDbAsyncClient. batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemPublisherDynamoDbAsyncClient. batchGetItemPaginator(BatchGetItemRequest batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.
-