| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.clone() |
ServiceLevelIndicatorMetric |
ServiceLevelIndicator.getSliMetric()
A structure that contains information about the metric that the SLO monitors.
|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withKeyAttributes(Map<String,String> keyAttributes)
This is a string-to-string map that contains information about the type of object that this SLO is related to.
|
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.
|
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.
|
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withMetricType(ServiceLevelIndicatorMetricType metricType)
If the SLO monitors either the
LATENCY or AVAILABILITY metric that Application Signals
collects, this field displays which of those metrics is used. |
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withMetricType(String metricType)
If the SLO monitors either the
LATENCY or AVAILABILITY metric that Application Signals
collects, this field displays which of those metrics is used. |
ServiceLevelIndicatorMetric |
ServiceLevelIndicatorMetric.withOperationName(String operationName)
If the SLO monitors a specific operation of the service, this field displays that operation name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelIndicator.setSliMetric(ServiceLevelIndicatorMetric sliMetric)
A structure that contains information about the metric that the SLO monitors.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withSliMetric(ServiceLevelIndicatorMetric sliMetric)
A structure that contains information about the metric that the SLO monitors.
|
Copyright © 2024. All rights reserved.