Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ManagedRuleDescription
Packages that use ManagedRuleDescription
-
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 ManagedRuleDescriptionModifier and TypeMethodDescriptionfinal 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 ManagedRuleDescriptionModifier and TypeMethodDescriptionListManagedInsightRulesResponse.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 ManagedRuleDescriptionModifier and TypeMethodDescriptionListManagedInsightRulesResponse.Builder.managedRules(Collection<ManagedRuleDescription> managedRules) The managed rules that are available for the specified Amazon Web Services resource.