Uses of Class
software.amazon.awssdk.services.swf.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSwfClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add a tag to a Amazon SWF domain.default TagResourceResponseSwfClient. tagResource(TagResourceRequest tagResourceRequest)Add a tag to a Amazon SWF domain.Methods in software.amazon.awssdk.services.swf that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SwfAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add a tag to a Amazon SWF domain.default CompletableFuture<TagResourceResponse>SwfAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add a tag to a Amazon SWF domain.
-