Uses of Class
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributor
Packages that use InsightRuleContributor
-
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 InsightRuleContributorModifier and TypeMethodDescriptionfinal 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 InsightRuleContributorModifier and TypeMethodDescriptionGetInsightRuleReportResponse.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 InsightRuleContributorModifier and TypeMethodDescriptionGetInsightRuleReportResponse.Builder.contributors(Collection<InsightRuleContributor> contributors) An array of the unique contributors found by this rule in this time period.