Uses of Class
software.amazon.awssdk.services.s3control.model.S3CopyObjectOperation
-
Packages that use S3CopyObjectOperation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3CopyObjectOperation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3CopyObjectOperation Modifier and Type Method Description S3CopyObjectOperationJobOperation. s3PutObjectCopy()Directs the specified job to run a PUT Copy object call on every object in the manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3CopyObjectOperation Modifier and Type Method Description JobOperation.BuilderJobOperation.Builder. s3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)Directs the specified job to run a PUT Copy object call on every object in the manifest.
-