| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
StringCondition |
StringCondition.clone() |
StringCondition |
SecurityProfileSearchCriteria.getStringCondition() |
StringCondition |
RoutingProfileSearchCriteria.getStringCondition() |
StringCondition |
QueueSearchCriteria.getStringCondition() |
StringCondition |
UserSearchCriteria.getStringCondition()
A leaf node condition which can be used to specify a string condition.
|
StringCondition |
StringCondition.withComparisonType(String comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition |
StringCondition.withComparisonType(StringComparisonType comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition |
StringCondition.withFieldName(String fieldName)
The name of the field in the string condition.
|
StringCondition |
StringCondition.withValue(String value)
The value of the string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityProfileSearchCriteria.setStringCondition(StringCondition stringCondition) |
void |
RoutingProfileSearchCriteria.setStringCondition(StringCondition stringCondition) |
void |
QueueSearchCriteria.setStringCondition(StringCondition stringCondition) |
void |
UserSearchCriteria.setStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withStringCondition(StringCondition stringCondition) |
RoutingProfileSearchCriteria |
RoutingProfileSearchCriteria.withStringCondition(StringCondition stringCondition) |
QueueSearchCriteria |
QueueSearchCriteria.withStringCondition(StringCondition stringCondition) |
UserSearchCriteria |
UserSearchCriteria.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
Copyright © 2022. All rights reserved.