Uses of Class
software.amazon.awssdk.services.appflow.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppflowClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified flow.default UntagResourceResponseAppflowClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppflowAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified flow.default CompletableFuture<UntagResourceResponse>AppflowAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified flow.
-