Uses of Class
software.amazon.awssdk.services.connect.model.PredefinedAttributeSearchCriteria
-
Packages that use PredefinedAttributeSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PredefinedAttributeSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PredefinedAttributeSearchCriteria Modifier and Type Method Description PredefinedAttributeSearchCriteriaSearchPredefinedAttributesRequest. searchCriteria()The search criteria to be used to return predefined attributes.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PredefinedAttributeSearchCriteria Modifier and Type Method Description List<PredefinedAttributeSearchCriteria>PredefinedAttributeSearchCriteria. andConditions()A list of conditions which would be applied together with anANDcondition.List<PredefinedAttributeSearchCriteria>PredefinedAttributeSearchCriteria. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type PredefinedAttributeSearchCriteria Modifier and Type Method Description PredefinedAttributeSearchCriteria.BuilderPredefinedAttributeSearchCriteria.Builder. andConditions(PredefinedAttributeSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.PredefinedAttributeSearchCriteria.BuilderPredefinedAttributeSearchCriteria.Builder. orConditions(PredefinedAttributeSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.SearchPredefinedAttributesRequest.BuilderSearchPredefinedAttributesRequest.Builder. searchCriteria(PredefinedAttributeSearchCriteria searchCriteria)The search criteria to be used to return predefined attributes.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PredefinedAttributeSearchCriteria Modifier and Type Method Description PredefinedAttributeSearchCriteria.BuilderPredefinedAttributeSearchCriteria.Builder. andConditions(Collection<PredefinedAttributeSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.PredefinedAttributeSearchCriteria.BuilderPredefinedAttributeSearchCriteria.Builder. orConditions(Collection<PredefinedAttributeSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.
-