Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ContributorInsightsMode
Packages that use ContributorInsightsMode
-
Uses of ContributorInsightsMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContributorInsightsModeModifier and TypeMethodDescriptionfinal ContributorInsightsModeContributorInsightsSummary.contributorInsightsMode()Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.final ContributorInsightsModeDescribeContributorInsightsResponse.contributorInsightsMode()The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.final ContributorInsightsModeUpdateContributorInsightsRequest.contributorInsightsMode()Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.final ContributorInsightsModeUpdateContributorInsightsResponse.contributorInsightsMode()The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.static ContributorInsightsModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContributorInsightsModeReturns the enum constant of this type with the specified name.static ContributorInsightsMode[]ContributorInsightsMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ContributorInsightsModeModifier and TypeMethodDescriptionstatic Set<ContributorInsightsMode>ContributorInsightsMode.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContributorInsightsModeModifier and TypeMethodDescriptionContributorInsightsSummary.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.DescribeContributorInsightsResponse.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.UpdateContributorInsightsRequest.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.UpdateContributorInsightsResponse.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.