Uses of Class
software.amazon.awssdk.services.s3control.model.S3ReplicateObjectOperation
-
Packages that use S3ReplicateObjectOperation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3ReplicateObjectOperation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3ReplicateObjectOperation Modifier and Type Method Description S3ReplicateObjectOperationJobOperation. s3ReplicateObject()Directs the specified job to invokeReplicateObjecton every object in the job's manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3ReplicateObjectOperation Modifier and Type Method Description JobOperation.BuilderJobOperation.Builder. s3ReplicateObject(S3ReplicateObjectOperation s3ReplicateObject)Directs the specified job to invokeReplicateObjecton every object in the job's manifest.
-