Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSsmContactsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponseSsmContactsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SsmContactsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>SsmContactsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-