Uses of Class
software.amazon.awssdk.services.mgn.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MgnAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-