Uses of Class
software.amazon.awssdk.services.s3control.model.S3DeleteObjectTaggingOperation
-
Packages that use S3DeleteObjectTaggingOperation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3DeleteObjectTaggingOperation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3DeleteObjectTaggingOperation Modifier and Type Method Description S3DeleteObjectTaggingOperationJobOperation. s3DeleteObjectTagging()Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3DeleteObjectTaggingOperation Modifier and Type Method Description JobOperation.BuilderJobOperation.Builder. s3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging)Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
-