| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
NumberCondition |
NumberCondition.clone() |
NumberCondition |
Condition.getNumberCondition()
A leaf node condition which can be used to specify a numeric condition.
|
NumberCondition |
NumberCondition.withComparisonType(NumberComparisonType comparisonType)
The type of comparison to be made when evaluating the number condition.
|
NumberCondition |
NumberCondition.withComparisonType(String comparisonType)
The type of comparison to be made when evaluating the number condition.
|
NumberCondition |
NumberCondition.withFieldName(String fieldName)
The name of the field in the number condition.
|
NumberCondition |
NumberCondition.withMaxValue(Integer maxValue)
The maxValue to be used while evaluating the number condition.
|
NumberCondition |
NumberCondition.withMinValue(Integer minValue)
The minValue to be used while evaluating the number condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setNumberCondition(NumberCondition numberCondition)
A leaf node condition which can be used to specify a numeric condition.
|
Condition |
Condition.withNumberCondition(NumberCondition numberCondition)
A leaf node condition which can be used to specify a numeric condition.
|
Copyright © 2024. All rights reserved.