| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDataQuery |
MetricDataQuery.clone() |
MetricDataQuery |
MetricDataQuery.withAccountId(String accountId)
The ID of the account where this metric is located.
|
MetricDataQuery |
MetricDataQuery.withExpression(String expression)
This field can contain a metric math expression to be performed on the other metrics that you are retrieving
within this
MetricDataQueries structure. |
MetricDataQuery |
MetricDataQuery.withId(String id)
A short name used to tie this object to the results in the response.
|
MetricDataQuery |
MetricDataQuery.withLabel(String label)
A human-readable label for this metric or expression.
|
MetricDataQuery |
MetricDataQuery.withMetricStat(MetricStat metricStat)
A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO.
|
MetricDataQuery |
MetricDataQuery.withPeriod(Integer period)
The granularity, in seconds, of the returned data points for this metric.
|
MetricDataQuery |
MetricDataQuery.withReturnData(Boolean returnData)
Use this only if you are using a metric math expression for the SLO.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDataQuery> |
ServiceLevelIndicatorMetric.getMetricDataQueries()
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure
includes the information about that metric or expression.
|
List<MetricDataQuery> |
ServiceLevelIndicatorMetricConfig.getMetricDataQueries()
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withMetricDataQueries(MetricDataQuery... metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure
includes the information about that metric or expression.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricDataQueries(MetricDataQuery... metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelIndicatorMetric.setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure
includes the information about that metric or expression.
|
void |
ServiceLevelIndicatorMetricConfig.setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure
includes the information about that metric or expression.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
Copyright © 2024. All rights reserved.