Uses of Class
software.amazon.awssdk.services.connect.model.StringCondition
-
Packages that use StringCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of StringCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return StringCondition Modifier and Type Method Description StringConditionHoursOfOperationSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.StringConditionPromptSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.StringConditionQueueSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.StringConditionQuickConnectSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.StringConditionRoutingProfileSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.StringConditionSecurityProfileSearchCriteria. stringCondition()Returns the value of the StringCondition property for this object.StringConditionUserSearchCriteria. stringCondition()A leaf node condition which can be used to specify a string condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type StringCondition Modifier and Type Method Description HoursOfOperationSearchCriteria.BuilderHoursOfOperationSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.PromptSearchCriteria.BuilderPromptSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.QueueSearchCriteria.BuilderQueueSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.QuickConnectSearchCriteria.BuilderQuickConnectSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.RoutingProfileSearchCriteria.BuilderRoutingProfileSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.SecurityProfileSearchCriteria.BuilderSecurityProfileSearchCriteria.Builder. stringCondition(StringCondition stringCondition)Sets the value of the StringCondition property for this object.UserSearchCriteria.BuilderUserSearchCriteria.Builder. stringCondition(StringCondition stringCondition)A leaf node condition which can be used to specify a string condition.
-