Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsRequest.Builder
Packages that use UpdateContributorInsightsRequest.Builder
Package
Description
-
Uses of UpdateContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.DynamoDbClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index. -
Uses of UpdateContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionUpdateContributorInsightsRequest.builder()UpdateContributorInsightsRequest.Builder.contributorInsightsAction(String contributorInsightsAction) Represents the contributor insights action.UpdateContributorInsightsRequest.Builder.contributorInsightsAction(ContributorInsightsAction contributorInsightsAction) Represents the contributor insights action.UpdateContributorInsightsRequest.Builder.contributorInsightsMode(String contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.UpdateContributorInsightsRequest.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.The global secondary index name, if applicable.UpdateContributorInsightsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateContributorInsightsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table.UpdateContributorInsightsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateContributorInsightsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateContributorInsightsRequest.Builder>UpdateContributorInsightsRequest.serializableBuilderClass()