Uses of Class
software.amazon.awssdk.services.resiliencehub.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseResiliencehubClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default UntagResourceResponseResiliencehubClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ResiliencehubAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default CompletableFuture<UntagResourceResponse>ResiliencehubAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.
-