Uses of Class
software.amazon.awssdk.services.dynamodb.paginators.ListContributorInsightsIterable
-
Packages that use ListContributorInsightsIterable Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of ListContributorInsightsIterable in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListContributorInsightsIterable Modifier and Type Method Description default ListContributorInsightsIterableDynamoDbClient. listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsIterableDynamoDbClient. listContributorInsightsPaginator(ListContributorInsightsRequest listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
-