| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleDescription |
ManagedRuleDescription.clone() |
ManagedRuleDescription |
ManagedRuleDescription.withResourceARN(String resourceARN)
If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
|
ManagedRuleDescription |
ManagedRuleDescription.withRuleState(ManagedRuleState ruleState)
Describes the state of a managed rule.
|
ManagedRuleDescription |
ManagedRuleDescription.withTemplateName(String templateName)
The template name for the managed rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedRuleDescription> |
ListManagedInsightRulesResult.getManagedRules()
The managed rules that are available for the specified Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedInsightRulesResult |
ListManagedInsightRulesResult.withManagedRules(ManagedRuleDescription... managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListManagedInsightRulesResult.setManagedRules(Collection<ManagedRuleDescription> managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
ListManagedInsightRulesResult |
ListManagedInsightRulesResult.withManagedRules(Collection<ManagedRuleDescription> managedRules)
The managed rules that are available for the specified Amazon Web Services resource.
|
Copyright © 2023. All rights reserved.