Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWellArchitectedClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default UntagResourceResponseWellArchitectedClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WellArchitectedAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default CompletableFuture<UntagResourceResponse>WellArchitectedAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.
-