Uses of Class
software.amazon.awssdk.services.mgn.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseMgnClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tags from the specified set of Application Migration Service resources.default UntagResourceResponseMgnClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tags from the specified set of Application Migration Service resources.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MgnAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tags from the specified set of Application Migration Service resources.default CompletableFuture<UntagResourceResponse>MgnAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tags from the specified set of Application Migration Service resources.
-