Uses of Class
software.amazon.awssdk.services.worklink.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWorkLinkClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.default UntagResourceResponseWorkLinkClient. untagResource(UntagResourceRequest untagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkLinkAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<UntagResourceResponse>WorkLinkAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deprecated.Amazon WorkLink is no longer supported.
-