| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withNumberCondition(NumberCondition numberCondition)
A leaf node condition which can be used to specify a numeric condition.
|
Condition |
Condition.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
ListCondition.getConditions()
A list of Condition objects which would be applied together with an AND condition.
|
| Modifier and Type | Method and Description |
|---|---|
ListCondition |
ListCondition.withConditions(Condition... conditions)
A list of Condition objects which would be applied together with an AND condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCondition.setConditions(Collection<Condition> conditions)
A list of Condition objects which would be applied together with an AND condition.
|
ListCondition |
ListCondition.withConditions(Collection<Condition> conditions)
A list of Condition objects which would be applied together with an AND condition.
|
Copyright © 2024. All rights reserved.