Uses of Class
software.amazon.awssdk.services.connect.model.SearchableSegmentAttributesCriteria
-
Packages that use SearchableSegmentAttributesCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SearchableSegmentAttributesCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SearchableSegmentAttributesCriteria Modifier and Type Method Description List<SearchableSegmentAttributesCriteria>SearchableSegmentAttributes. criteria()The list of criteria based on searchable segment attributes.Methods in software.amazon.awssdk.services.connect.model with parameters of type SearchableSegmentAttributesCriteria Modifier and Type Method Description SearchableSegmentAttributes.BuilderSearchableSegmentAttributes.Builder. criteria(SearchableSegmentAttributesCriteria... criteria)The list of criteria based on searchable segment attributes.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SearchableSegmentAttributesCriteria Modifier and Type Method Description SearchableSegmentAttributes.BuilderSearchableSegmentAttributes.Builder. criteria(Collection<SearchableSegmentAttributesCriteria> criteria)The list of criteria based on searchable segment attributes.
-