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