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