Uses of Class
software.amazon.awssdk.services.appflow.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAppflowClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies a tag to the specified flow.default TagResourceResponseAppflowClient. tagResource(TagResourceRequest tagResourceRequest)Applies a tag to the specified flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppflowAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies a tag to the specified flow.default CompletableFuture<TagResourceResponse>AppflowAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies a tag to the specified flow.
-