| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicator |
ServiceLevelIndicator.clone() |
ServiceLevelIndicator |
ServiceLevelObjective.getSli()
A structure containing information about the performance metric that this SLO monitors.
|
ServiceLevelIndicator |
ServiceLevelObjectiveBudgetReport.getSli()
A structure that contains information about the performance metric that this SLO monitors.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withComparisonOperator(ServiceLevelIndicatorComparisonOperator comparisonOperator)
The arithmetic operation used when comparing the specified metric to the threshold.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withComparisonOperator(String comparisonOperator)
The arithmetic operation used when comparing the specified metric to the threshold.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withMetricThreshold(Double metricThreshold)
The value that the SLI metric is compared to.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withSliMetric(ServiceLevelIndicatorMetric sliMetric)
A structure that contains information about the metric that the SLO monitors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelObjective.setSli(ServiceLevelIndicator sli)
A structure containing information about the performance metric that this SLO monitors.
|
void |
ServiceLevelObjectiveBudgetReport.setSli(ServiceLevelIndicator sli)
A structure that contains information about the performance metric that this SLO monitors.
|
ServiceLevelObjective |
ServiceLevelObjective.withSli(ServiceLevelIndicator sli)
A structure containing information about the performance metric that this SLO monitors.
|
ServiceLevelObjectiveBudgetReport |
ServiceLevelObjectiveBudgetReport.withSli(ServiceLevelIndicator sli)
A structure that contains information about the performance metric that this SLO monitors.
|
Copyright © 2024. All rights reserved.