| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLevelIndicatorComparisonOperator |
ServiceLevelIndicatorComparisonOperator.fromValue(String value)
Use this in place of valueOf.
|
static ServiceLevelIndicatorComparisonOperator |
ServiceLevelIndicatorComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceLevelIndicatorComparisonOperator[] |
ServiceLevelIndicatorComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withComparisonOperator(ServiceLevelIndicatorComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified metric to the threshold.
|
ServiceLevelIndicator |
ServiceLevelIndicator.withComparisonOperator(ServiceLevelIndicatorComparisonOperator comparisonOperator)
The arithmetic operation used when comparing the specified metric to the threshold.
|
Copyright © 2024. All rights reserved.