Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributorDatapoint
Packages that use InsightRuleContributorDatapoint
-
Uses of InsightRuleContributorDatapoint in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRuleContributorDatapointModifier and TypeMethodDescriptionInsightRuleContributor.datapoints()An array of the data points where this contributor is present.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type InsightRuleContributorDatapointModifier and TypeMethodDescriptionInsightRuleContributor.Builder.datapoints(InsightRuleContributorDatapoint... datapoints) An array of the data points where this contributor is present.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type InsightRuleContributorDatapointModifier and TypeMethodDescriptionInsightRuleContributor.Builder.datapoints(Collection<InsightRuleContributorDatapoint> datapoints) An array of the data points where this contributor is present.