Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsResponse
Packages that use ListContributorInsightsResponse
Package
Description
-
Uses of ListContributorInsightsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListContributorInsightsResponseModifier and TypeMethodDescriptiondefault ListContributorInsightsResponseDynamoDbClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ListContributorInsightsResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.DynamoDbAsyncClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes. -
Uses of ListContributorInsightsResponse in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type ListContributorInsightsResponseMethod parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type ListContributorInsightsResponseModifier and TypeMethodDescriptionvoidListContributorInsightsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContributorInsightsResponse> subscriber)