Uses of Class
software.amazon.awssdk.services.s3control.model.PutJobTaggingResponse
-
Packages that use PutJobTaggingResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of PutJobTaggingResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return PutJobTaggingResponse Modifier and Type Method Description default PutJobTaggingResponseS3ControlClient. putJobTagging(Consumer<PutJobTaggingRequest.Builder> putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job.default PutJobTaggingResponseS3ControlClient. putJobTagging(PutJobTaggingRequest putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type PutJobTaggingResponse Modifier and Type Method Description default CompletableFuture<PutJobTaggingResponse>S3ControlAsyncClient. putJobTagging(Consumer<PutJobTaggingRequest.Builder> putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job.default CompletableFuture<PutJobTaggingResponse>S3ControlAsyncClient. putJobTagging(PutJobTaggingRequest putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job.
-