Uses of Class
software.amazon.awssdk.services.s3control.model.JobManifestGenerator
-
Packages that use JobManifestGenerator Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifestGenerator in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifestGenerator Modifier and Type Method Description static JobManifestGeneratorJobManifestGenerator. fromS3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator)Create an instance of this class withs3JobManifestGenerator()initialized to the given value.static JobManifestGeneratorJobManifestGenerator. fromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)Create an instance of this class withs3JobManifestGenerator()initialized to the given value.JobManifestGeneratorCreateJobRequest. manifestGenerator()The attribute container for the ManifestGenerator details.JobManifestGeneratorJobDescriptor. manifestGenerator()The manifest generator that was used to generate a job manifest for this job.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobManifestGenerator Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. manifestGenerator(JobManifestGenerator manifestGenerator)The attribute container for the ManifestGenerator details.JobDescriptor.BuilderJobDescriptor.Builder. manifestGenerator(JobManifestGenerator manifestGenerator)The manifest generator that was used to generate a job manifest for this job.
-