Uses of Class
software.amazon.awssdk.services.servicediscovery.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseServiceDiscoveryClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseServiceDiscoveryClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ServiceDiscoveryAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>ServiceDiscoveryAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.
-