Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest.Builder
Packages that use DescribeContributorInsightsRequest.Builder
Package
Description
-
Uses of DescribeContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type DescribeContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeContributorInsights(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) Returns information about contributor insights for a given table or global secondary index.DynamoDbClient.describeContributorInsights(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) Returns information about contributor insights for a given table or global secondary index. -
Uses of DescribeContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionDescribeContributorInsightsRequest.builder()The name of the global secondary index to describe, if applicable.DescribeContributorInsightsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeContributorInsightsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table to describe.DescribeContributorInsightsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeContributorInsightsRequest.Builder>DescribeContributorInsightsRequest.serializableBuilderClass() -
Uses of DescribeContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.waiters
Method parameters in software.amazon.awssdk.services.dynamodb.waiters with type arguments of type DescribeContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncWaiter.waitUntilContributorInsightsEnabled(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) PollsDynamoDbAsyncClient.describeContributorInsights(software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest)API until the desired conditionContributorInsightsEnabledis met, or until it is determined that the resource will never enter into the desired state.DynamoDbAsyncWaiter.waitUntilContributorInsightsEnabled(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsDynamoDbAsyncClient.describeContributorInsights(software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest)API until the desired conditionContributorInsightsEnabledis met, or until it is determined that the resource will never enter into the desired state.DynamoDbWaiter.waitUntilContributorInsightsEnabled(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) PollsDynamoDbClient.describeContributorInsights(software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest)API until the desired conditionContributorInsightsEnabledis met, or until it is determined that the resource will never enter into the desired state.DynamoDbWaiter.waitUntilContributorInsightsEnabled(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsDynamoDbClient.describeContributorInsights(software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsRequest)API until the desired conditionContributorInsightsEnabledis met, or until it is determined that the resource will never enter into the desired state.