Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRule
-
Packages that use InsightRule Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of InsightRule in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRule Modifier and Type Method Description List<InsightRule>DescribeInsightRulesResponse. insightRules()The rules returned by the operation.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type InsightRule Modifier and Type Method Description DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. insightRules(InsightRule... insightRules)The rules returned by the operation.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type InsightRule Modifier and Type Method Description DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. insightRules(Collection<InsightRule> insightRules)The rules returned by the operation.
-