Uses of Class
software.amazon.awssdk.services.s3control.model.S3GeneratedManifestDescriptor
-
Packages that use S3GeneratedManifestDescriptor Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3GeneratedManifestDescriptor in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3GeneratedManifestDescriptor Modifier and Type Method Description S3GeneratedManifestDescriptorJobDescriptor. generatedManifestDescriptor()The attribute of the JobDescriptor containing details about the job's generated manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3GeneratedManifestDescriptor Modifier and Type Method Description JobDescriptor.BuilderJobDescriptor.Builder. generatedManifestDescriptor(S3GeneratedManifestDescriptor generatedManifestDescriptor)The attribute of the JobDescriptor containing details about the job's generated manifest.
-