Uses of Class
software.amazon.awssdk.services.s3control.model.GetJobTaggingResponse
-
Packages that use GetJobTaggingResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetJobTaggingResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetJobTaggingResponse Modifier and Type Method Description default GetJobTaggingResponseS3ControlClient. getJobTagging(Consumer<GetJobTaggingRequest.Builder> getJobTaggingRequest)Returns the tags on an S3 Batch Operations job.default GetJobTaggingResponseS3ControlClient. getJobTagging(GetJobTaggingRequest getJobTaggingRequest)Returns the tags on an S3 Batch Operations job.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetJobTaggingResponse Modifier and Type Method Description default CompletableFuture<GetJobTaggingResponse>S3ControlAsyncClient. getJobTagging(Consumer<GetJobTaggingRequest.Builder> getJobTaggingRequest)Returns the tags on an S3 Batch Operations job.default CompletableFuture<GetJobTaggingResponse>S3ControlAsyncClient. getJobTagging(GetJobTaggingRequest getJobTaggingRequest)Returns the tags on an S3 Batch Operations job.
-