Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest.Builder
-
Packages that use ListContributorInsightsRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListContributorInsightsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListContributorInsightsResponse>DynamoDbAsyncClient. listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsResponseDynamoDbClient. listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsPublisherDynamoDbAsyncClient. listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsIterableDynamoDbClient. listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest)Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes. -
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListContributorInsightsRequest.Builder Modifier and Type Method Description static ListContributorInsightsRequest.BuilderListContributorInsightsRequest. builder()ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return per page.ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. nextToken(String nextToken)A token to for the desired page, if there is one.ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. tableName(String tableName)The name of the table.ListContributorInsightsRequest.BuilderListContributorInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListContributorInsightsRequest.Builder Modifier and Type Method Description static Class<? extends ListContributorInsightsRequest.Builder>ListContributorInsightsRequest. serializableBuilderClass()
-