Uses of Class
software.amazon.awssdk.services.connectcases.model.RelatedItemTypeFilter
-
Packages that use RelatedItemTypeFilter Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RelatedItemTypeFilter in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RelatedItemTypeFilter Modifier and Type Method Description static RelatedItemTypeFilterRelatedItemTypeFilter. fromComment(Consumer<CommentFilter.Builder> comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemTypeFilterRelatedItemTypeFilter. fromComment(CommentFilter comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemTypeFilterRelatedItemTypeFilter. fromContact(Consumer<ContactFilter.Builder> contact)Create an instance of this class withcontact()initialized to the given value.static RelatedItemTypeFilterRelatedItemTypeFilter. fromContact(ContactFilter contact)Create an instance of this class withcontact()initialized to the given value.static RelatedItemTypeFilterRelatedItemTypeFilter. fromFile(Consumer<FileFilter.Builder> file)Create an instance of this class withfile()initialized to the given value.static RelatedItemTypeFilterRelatedItemTypeFilter. fromFile(FileFilter file)Create an instance of this class withfile()initialized to the given value.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type RelatedItemTypeFilter Modifier and Type Method Description List<RelatedItemTypeFilter>SearchRelatedItemsRequest. filters()The list of types of related items and their parameters to use for filtering.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type RelatedItemTypeFilter Modifier and Type Method Description SearchRelatedItemsRequest.BuilderSearchRelatedItemsRequest.Builder. filters(RelatedItemTypeFilter... filters)The list of types of related items and their parameters to use for filtering.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type RelatedItemTypeFilter Modifier and Type Method Description SearchRelatedItemsRequest.BuilderSearchRelatedItemsRequest.Builder. filters(Collection<RelatedItemTypeFilter> filters)The list of types of related items and their parameters to use for filtering.
-