Uses of Class
software.amazon.awssdk.services.dynamodb.model.ContributorInsightsMode
-
Packages that use ContributorInsightsMode Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ContributorInsightsMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContributorInsightsMode Modifier and Type Method Description 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.ContributorInsightsModeDescribeContributorInsightsResponse. contributorInsightsMode()The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.ContributorInsightsModeUpdateContributorInsightsRequest. contributorInsightsMode()Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.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 ContributorInsightsModeContributorInsightsMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContributorInsightsModeContributorInsightsMode. valueOf(String name)Returns 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 ContributorInsightsMode Modifier and Type Method Description static Set<ContributorInsightsMode>ContributorInsightsMode. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContributorInsightsMode Modifier and Type Method Description ContributorInsightsSummary.BuilderContributorInsightsSummary.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.BuilderDescribeContributorInsightsResponse.Builder. contributorInsightsMode(ContributorInsightsMode contributorInsightsMode)The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.UpdateContributorInsightsRequest.BuilderUpdateContributorInsightsRequest.Builder. contributorInsightsMode(ContributorInsightsMode contributorInsightsMode)Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.UpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.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.
-