Uses of Class
software.amazon.awssdk.services.s3control.model.S3JobManifestGenerator
-
Packages that use S3JobManifestGenerator Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3JobManifestGenerator in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3JobManifestGenerator Modifier and Type Method Description S3JobManifestGeneratorJobManifestGenerator. s3JobManifestGenerator()The S3 job ManifestGenerator's configuration details.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3JobManifestGenerator Modifier and Type Method Description static JobManifestGeneratorJobManifestGenerator. fromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)Create an instance of this class withJobManifestGenerator.s3JobManifestGenerator()initialized to the given value.JobManifestGenerator.BuilderJobManifestGenerator.Builder. s3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)The S3 job ManifestGenerator's configuration details.
-