Uses of Class
software.amazon.awssdk.services.s3control.model.JobManifestLocation
-
Packages that use JobManifestLocation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifestLocation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifestLocation Modifier and Type Method Description JobManifestLocationJobManifest. location()Contains the information required to locate the specified job's manifest.JobManifestLocationS3GeneratedManifestDescriptor. location()Returns the value of the Location property for this object.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobManifestLocation Modifier and Type Method Description JobManifest.BuilderJobManifest.Builder. location(JobManifestLocation location)Contains the information required to locate the specified job's manifest.S3GeneratedManifestDescriptor.BuilderS3GeneratedManifestDescriptor.Builder. location(JobManifestLocation location)Sets the value of the Location property for this object.
-