| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
InsightRuleContributor |
InsightRuleContributor.clone() |
InsightRuleContributor |
InsightRuleContributor.withApproximateAggregateValue(Double approximateAggregateValue)
An approximation of the aggregate value that comes from this contributor.
|
InsightRuleContributor |
InsightRuleContributor.withDatapoints(Collection<InsightRuleContributorDatapoint> datapoints)
An array of the data points where this contributor is present.
|
InsightRuleContributor |
InsightRuleContributor.withDatapoints(InsightRuleContributorDatapoint... datapoints)
An array of the data points where this contributor is present.
|
InsightRuleContributor |
InsightRuleContributor.withKeys(Collection<String> keys)
One of the log entry field keywords that is used to define contributors for this rule.
|
InsightRuleContributor |
InsightRuleContributor.withKeys(String... keys)
One of the log entry field keywords that is used to define contributors for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightRuleContributor> |
GetInsightRuleReportResult.getContributors()
An array of the unique contributors found by this rule in this time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightRuleReportResult |
GetInsightRuleReportResult.withContributors(InsightRuleContributor... contributors)
An array of the unique contributors found by this rule in this time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightRuleReportResult.setContributors(Collection<InsightRuleContributor> contributors)
An array of the unique contributors found by this rule in this time period.
|
GetInsightRuleReportResult |
GetInsightRuleReportResult.withContributors(Collection<InsightRuleContributor> contributors)
An array of the unique contributors found by this rule in this time period.
|
Copyright © 2020. All rights reserved.