Uses of Class
software.amazon.awssdk.services.connect.model.QuickConnectSearchCriteria
-
Packages that use QuickConnectSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of QuickConnectSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return QuickConnectSearchCriteria Modifier and Type Method Description QuickConnectSearchCriteriaSearchQuickConnectsRequest. searchCriteria()The search criteria to be used to return quick connects.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type QuickConnectSearchCriteria Modifier and Type Method Description List<QuickConnectSearchCriteria>QuickConnectSearchCriteria. andConditions()A list of conditions which would be applied together with an AND condition.List<QuickConnectSearchCriteria>QuickConnectSearchCriteria. 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 QuickConnectSearchCriteria Modifier and Type Method Description QuickConnectSearchCriteria.BuilderQuickConnectSearchCriteria.Builder. andConditions(QuickConnectSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.QuickConnectSearchCriteria.BuilderQuickConnectSearchCriteria.Builder. orConditions(QuickConnectSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchQuickConnectsRequest.BuilderSearchQuickConnectsRequest.Builder. searchCriteria(QuickConnectSearchCriteria searchCriteria)The search criteria to be used to return quick connects.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type QuickConnectSearchCriteria Modifier and Type Method Description QuickConnectSearchCriteria.BuilderQuickConnectSearchCriteria.Builder. andConditions(Collection<QuickConnectSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.QuickConnectSearchCriteria.BuilderQuickConnectSearchCriteria.Builder. orConditions(Collection<QuickConnectSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-