Uses of Class
software.amazon.awssdk.services.mwaa.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.mwaa Amazon Managed Workflows for Apache Airflow software.amazon.awssdk.services.mwaa.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mwaa
Methods in software.amazon.awssdk.services.mwaa with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MwaaAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.default ListTagsForResourceResponseMwaaClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mwaa.transform
Methods in software.amazon.awssdk.services.mwaa.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-