Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ManagedRule
-
Packages that use ManagedRule Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ManagedRule in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ManagedRule Modifier and Type Method Description List<ManagedRule>PutManagedInsightRulesRequest. managedRules()A list ofManagedRulesto enable.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ManagedRule Modifier and Type Method Description PutManagedInsightRulesRequest.BuilderPutManagedInsightRulesRequest.Builder. managedRules(ManagedRule... managedRules)A list ofManagedRulesto enable.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type ManagedRule Modifier and Type Method Description PutManagedInsightRulesRequest.BuilderPutManagedInsightRulesRequest.Builder. managedRules(Collection<ManagedRule> managedRules)A list ofManagedRulesto enable.
-