Uses of Class
software.amazon.awssdk.services.connect.model.RoutingProfileSearchCriteria
-
Packages that use RoutingProfileSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RoutingProfileSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RoutingProfileSearchCriteria Modifier and Type Method Description RoutingProfileSearchCriteriaSearchRoutingProfilesRequest. searchCriteria()The search criteria to be used to return routing profiles.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RoutingProfileSearchCriteria Modifier and Type Method Description List<RoutingProfileSearchCriteria>RoutingProfileSearchCriteria. andConditions()A list of conditions which would be applied together with an AND condition.List<RoutingProfileSearchCriteria>RoutingProfileSearchCriteria. orConditions()A list of conditions which would be applied together with an OR condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingProfileSearchCriteria Modifier and Type Method Description RoutingProfileSearchCriteria.BuilderRoutingProfileSearchCriteria.Builder. andConditions(RoutingProfileSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.RoutingProfileSearchCriteria.BuilderRoutingProfileSearchCriteria.Builder. orConditions(RoutingProfileSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchRoutingProfilesRequest.BuilderSearchRoutingProfilesRequest.Builder. searchCriteria(RoutingProfileSearchCriteria searchCriteria)The search criteria to be used to return routing profiles.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RoutingProfileSearchCriteria Modifier and Type Method Description RoutingProfileSearchCriteria.BuilderRoutingProfileSearchCriteria.Builder. andConditions(Collection<RoutingProfileSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.RoutingProfileSearchCriteria.BuilderRoutingProfileSearchCriteria.Builder. orConditions(Collection<RoutingProfileSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-