Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributorDatapoint
-
Packages that use InsightRuleContributorDatapoint Package Description software.amazon.awssdk.services.cloudwatch.model -
-
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 InsightRuleContributorDatapoint Modifier and Type Method Description List<InsightRuleContributorDatapoint>InsightRuleContributor. datapoints()An array of the data points where this contributor is present.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type InsightRuleContributorDatapoint Modifier and Type Method Description InsightRuleContributor.BuilderInsightRuleContributor.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 InsightRuleContributorDatapoint Modifier and Type Method Description InsightRuleContributor.BuilderInsightRuleContributor.Builder. datapoints(Collection<InsightRuleContributorDatapoint> datapoints)An array of the data points where this contributor is present.
-