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