Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest
Packages that use ListContributorInsightsRequest
Package
Description
-
Uses of ListContributorInsightsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListContributorInsightsRequestModifier and TypeMethodDescriptionDynamoDbAsyncClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsResponseDynamoDbClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsPublisherDynamoDbAsyncClient.listContributorInsightsPaginator(ListContributorInsightsRequest listContributorInsightsRequest) This is a variant ofDynamoDbAsyncClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation.default ListContributorInsightsIterableDynamoDbClient.listContributorInsightsPaginator(ListContributorInsightsRequest listContributorInsightsRequest) This is a variant ofDynamoDbClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation. -
Uses of ListContributorInsightsRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ListContributorInsightsRequestModifierConstructorDescriptionListContributorInsightsIterable(DynamoDbClient client, ListContributorInsightsRequest firstRequest) ListContributorInsightsPublisher(DynamoDbAsyncClient client, ListContributorInsightsRequest firstRequest) -
Uses of ListContributorInsightsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ListContributorInsightsRequestModifier and TypeMethodDescriptionListContributorInsightsRequestMarshaller.marshall(ListContributorInsightsRequest listContributorInsightsRequest)