Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest
-
Packages that use ListContributorInsightsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.transform -
-
Uses of ListContributorInsightsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListContributorInsightsRequest Modifier and Type Method Description default CompletableFuture<ListContributorInsightsResponse>DynamoDbAsyncClient. 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)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. -
Uses of ListContributorInsightsRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ListContributorInsightsRequest Constructor Description ListContributorInsightsIterable(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 ListContributorInsightsRequest Modifier and Type Method Description SdkHttpFullRequestListContributorInsightsRequestMarshaller. marshall(ListContributorInsightsRequest listContributorInsightsRequest)
-