Uses of Interface
software.amazon.awssdk.services.connect.model.ListCondition.Builder
-
Packages that use ListCondition.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ListCondition.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListCondition.Builder Modifier and Type Method Description static ListCondition.BuilderListCondition. builder()ListCondition.BuilderListCondition.Builder. conditions(Collection<Condition> conditions)A list of Condition objects which would be applied together with an AND condition.ListCondition.BuilderListCondition.Builder. conditions(Consumer<Condition.Builder>... conditions)A list of Condition objects which would be applied together with an AND condition.ListCondition.BuilderListCondition.Builder. conditions(Condition... conditions)A list of Condition objects which would be applied together with an AND condition.ListCondition.BuilderListCondition.Builder. targetListType(String targetListType)The type of target list that will be used to filter the users.ListCondition.BuilderListCondition.Builder. targetListType(TargetListType targetListType)The type of target list that will be used to filter the users.ListCondition.BuilderListCondition. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListCondition.Builder Modifier and Type Method Description static Class<? extends ListCondition.Builder>ListCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ListCondition.Builder Modifier and Type Method Description default UserSearchCriteria.BuilderUserSearchCriteria.Builder. listCondition(Consumer<ListCondition.Builder> listCondition)A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.
-