Uses of Interface
software.amazon.awssdk.transfer.s3.config.DownloadFilter
Packages that use DownloadFilter
Package
Description
-
Uses of DownloadFilter in software.amazon.awssdk.transfer.s3.config
Methods in software.amazon.awssdk.transfer.s3.config that return DownloadFilterModifier and TypeMethodDescriptionstatic DownloadFilterDownloadFilter.allObjects()ADownloadFilterthat downloads all non-folder objects.default DownloadFilterReturns 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 DownloadFilterReturns 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 DownloadFilterMethods in software.amazon.awssdk.transfer.s3.model with parameters of type DownloadFilterModifier and TypeMethodDescriptionDownloadDirectoryRequest.Builder.filter(DownloadFilter filter) Specifies a filter that will be used to evaluate which objects should be downloaded from the target directory.