Uses of Class
software.amazon.awssdk.services.s3control.model.DeleteJobTaggingResponse
-
Packages that use DeleteJobTaggingResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of DeleteJobTaggingResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return DeleteJobTaggingResponse Modifier and Type Method Description default DeleteJobTaggingResponseS3ControlClient. deleteJobTagging(Consumer<DeleteJobTaggingRequest.Builder> deleteJobTaggingRequest)Removes the entire tag set from the specified S3 Batch Operations job.default DeleteJobTaggingResponseS3ControlClient. deleteJobTagging(DeleteJobTaggingRequest deleteJobTaggingRequest)Removes the entire tag set from the specified S3 Batch Operations job.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type DeleteJobTaggingResponse Modifier and Type Method Description default CompletableFuture<DeleteJobTaggingResponse>S3ControlAsyncClient. deleteJobTagging(Consumer<DeleteJobTaggingRequest.Builder> deleteJobTaggingRequest)Removes the entire tag set from the specified S3 Batch Operations job.default CompletableFuture<DeleteJobTaggingResponse>S3ControlAsyncClient. deleteJobTagging(DeleteJobTaggingRequest deleteJobTaggingRequest)Removes the entire tag set from the specified S3 Batch Operations job.
-