Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest.Builder
Packages that use ListContributorInsightsRequest.Builder
Package
Description
-
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.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) This is a variant ofDynamoDbAsyncClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation.default ListContributorInsightsIterableDynamoDbClient.listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) This is a variant ofDynamoDbClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation. -
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionListContributorInsightsRequest.builder()ListContributorInsightsRequest.Builder.maxResults(Integer maxResults) Maximum number of results to return per page.A token to for the desired page, if there is one.ListContributorInsightsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListContributorInsightsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table.ListContributorInsightsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListContributorInsightsRequest.Builder>ListContributorInsightsRequest.serializableBuilderClass()