Uses of Interface
software.amazon.awssdk.transfer.s3.config.DownloadFilter
-
Packages that use DownloadFilter Package Description software.amazon.awssdk.transfer.s3.config software.amazon.awssdk.transfer.s3.model -
-
Uses of DownloadFilter in software.amazon.awssdk.transfer.s3.config
Methods in software.amazon.awssdk.transfer.s3.config that return DownloadFilter Modifier and Type Method Description static DownloadFilterDownloadFilter. allObjects()ADownloadFilterthat downloads all non-folder objects.default DownloadFilterDownloadFilter. and(Predicate<? super S3Object> other)Returns a composed filter that represents the logical AND of this filter and another.default DownloadFilterDownloadFilter. negate()Returns a filter that represents the logical negation of this predicate.default DownloadFilterDownloadFilter. or(Predicate<? super S3Object> other)Returns a composed filter that represents the logical OR of this filter and another. -
Uses of DownloadFilter in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return DownloadFilter Modifier and Type Method Description DownloadFilterDownloadDirectoryRequest. filter()Methods in software.amazon.awssdk.transfer.s3.model with parameters of type DownloadFilter Modifier and Type Method Description DownloadDirectoryRequest.BuilderDownloadDirectoryRequest.Builder. filter(DownloadFilter filter)Specifies a filter that will be used to evaluate which objects should be downloaded from the target directory.
-