Uses of Class
software.amazon.awssdk.services.connectcases.model.CommentFilter
-
Packages that use CommentFilter Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CommentFilter in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CommentFilter Modifier and Type Method Description CommentFilterRelatedItemTypeFilter. comment()A filter for related items of typeComment.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CommentFilter Modifier and Type Method Description RelatedItemTypeFilter.BuilderRelatedItemTypeFilter.Builder. comment(CommentFilter comment)A filter for related items of typeComment.static RelatedItemTypeFilterRelatedItemTypeFilter. fromComment(CommentFilter comment)Create an instance of this class withRelatedItemTypeFilter.comment()initialized to the given value.
-