Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
InsightRule |
InsightRule.clone() |
InsightRule |
InsightRule.withDefinition(String definition)
The definition of the rule, as a JSON object.
|
InsightRule |
InsightRule.withManagedRule(Boolean managedRule)
An optional built-in rule that Amazon Web Services manages.
|
InsightRule |
InsightRule.withName(String name)
The name of the rule.
|
InsightRule |
InsightRule.withSchema(String schema)
For rules that you create, this is always
{"Name": "CloudWatchLogRule", "Version": 1} . |
InsightRule |
InsightRule.withState(String state)
Indicates whether the rule is enabled or disabled.
|
Modifier and Type | Method and Description |
---|---|
List<InsightRule> |
DescribeInsightRulesResult.getInsightRules()
The rules returned by the operation.
|
Modifier and Type | Method and Description |
---|---|
DescribeInsightRulesResult |
DescribeInsightRulesResult.withInsightRules(InsightRule... insightRules)
The rules returned by the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInsightRulesResult.setInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResult |
DescribeInsightRulesResult.withInsightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
|
Copyright © 2023. All rights reserved.