Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributor
-
Packages that use InsightRuleContributor Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of InsightRuleContributor in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type InsightRuleContributor Modifier and Type Method Description List<InsightRuleContributor>GetInsightRuleReportResponse. contributors()An array of the unique contributors found by this rule in this time period.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type InsightRuleContributor Modifier and Type Method Description GetInsightRuleReportResponse.BuilderGetInsightRuleReportResponse.Builder. contributors(InsightRuleContributor... contributors)An array of the unique contributors found by this rule in this time period.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type InsightRuleContributor Modifier and Type Method Description GetInsightRuleReportResponse.BuilderGetInsightRuleReportResponse.Builder. contributors(Collection<InsightRuleContributor> contributors)An array of the unique contributors found by this rule in this time period.
-