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