Uses of Class
software.amazon.awssdk.services.batch.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseBatchClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default TagResourceResponseBatchClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.Methods in software.amazon.awssdk.services.batch that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BatchAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default CompletableFuture<TagResourceResponse>BatchAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.
-