| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.clone() |
ServiceLevelIndicatorConfig |
CreateServiceLevelObjectiveRequest.getSliConfig()
A structure that contains information about what service and what performance metric that this SLO will monitor.
|
ServiceLevelIndicatorConfig |
UpdateServiceLevelObjectiveRequest.getSliConfig()
A structure that contains information about what performance metric this SLO will monitor.
|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withComparisonOperator(ServiceLevelIndicatorComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified metric to the threshold.
|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified metric to the threshold.
|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withMetricThreshold(Double metricThreshold)
The value that the SLI metric is compared to.
|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withSliMetricConfig(ServiceLevelIndicatorMetricConfig sliMetricConfig)
Use this structure to specify the metric to be used for the SLO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceLevelObjectiveRequest.setSliConfig(ServiceLevelIndicatorConfig sliConfig)
A structure that contains information about what service and what performance metric that this SLO will monitor.
|
void |
UpdateServiceLevelObjectiveRequest.setSliConfig(ServiceLevelIndicatorConfig sliConfig)
A structure that contains information about what performance metric this SLO will monitor.
|
CreateServiceLevelObjectiveRequest |
CreateServiceLevelObjectiveRequest.withSliConfig(ServiceLevelIndicatorConfig sliConfig)
A structure that contains information about what service and what performance metric that this SLO will monitor.
|
UpdateServiceLevelObjectiveRequest |
UpdateServiceLevelObjectiveRequest.withSliConfig(ServiceLevelIndicatorConfig sliConfig)
A structure that contains information about what performance metric this SLO will monitor.
|
Copyright © 2024. All rights reserved.