Uses of Class
software.amazon.awssdk.services.appflow.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AppflowAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags that are associated with a specified flow.default ListTagsForResourceResponseAppflowClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags that are associated with a specified flow. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-