Uses of Class
software.amazon.awssdk.services.worklink.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.worklink Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseWorkLinkClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.default TagResourceResponseWorkLinkClient. tagResource(TagResourceRequest tagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WorkLinkAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<TagResourceResponse>WorkLinkAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.
-