| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedRule |
ManagedRule.clone() |
ManagedRule |
ManagedRule.withResourceARN(String resourceARN)
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
|
ManagedRule |
ManagedRule.withTags(Collection<Tag> tags)
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
ManagedRule |
ManagedRule.withTags(Tag... tags)
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
ManagedRule |
ManagedRule.withTemplateName(String templateName)
The template name for the managed Contributor Insights rule, as returned by
ListManagedInsightRules. |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedRule> |
PutManagedInsightRulesRequest.getManagedRules()
A list of
ManagedRules to enable. |
| Modifier and Type | Method and Description |
|---|---|
PutManagedInsightRulesRequest |
PutManagedInsightRulesRequest.withManagedRules(ManagedRule... managedRules)
A list of
ManagedRules to enable. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutManagedInsightRulesRequest.setManagedRules(Collection<ManagedRule> managedRules)
A list of
ManagedRules to enable. |
PutManagedInsightRulesRequest |
PutManagedInsightRulesRequest.withManagedRules(Collection<ManagedRule> managedRules)
A list of
ManagedRules to enable. |
Copyright © 2025. All rights reserved.