Uses of Class
software.amazon.awssdk.services.s3control.model.JobManifestGeneratorFilter
-
Packages that use JobManifestGeneratorFilter Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifestGeneratorFilter in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifestGeneratorFilter Modifier and Type Method Description JobManifestGeneratorFilterS3JobManifestGenerator. filter()Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobManifestGeneratorFilter Modifier and Type Method Description S3JobManifestGenerator.BuilderS3JobManifestGenerator.Builder. filter(JobManifestGeneratorFilter filter)Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
-