Uses of Class
software.amazon.awssdk.services.batch.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BatchAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-