Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ManagedRuleDescription
-
Packages that use ManagedRuleDescription Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ManagedRuleDescription in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ManagedRuleDescription Modifier and Type Method Description List<ManagedRuleDescription>ListManagedInsightRulesResponse. managedRules()The managed rules that are available for the specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ManagedRuleDescription Modifier and Type Method Description ListManagedInsightRulesResponse.BuilderListManagedInsightRulesResponse.Builder. managedRules(ManagedRuleDescription... managedRules)The managed rules that are available for the specified Amazon Web Services resource.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type ManagedRuleDescription Modifier and Type Method Description ListManagedInsightRulesResponse.BuilderListManagedInsightRulesResponse.Builder. managedRules(Collection<ManagedRuleDescription> managedRules)The managed rules that are available for the specified Amazon Web Services resource.
-