Uses of Class
software.amazon.awssdk.services.mwaa.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.mwaa Amazon Managed Workflows for Apache Airflow -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.mwaa
Methods in software.amazon.awssdk.services.mwaa that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMwaaClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.default TagResourceResponseMwaaClient. tagResource(TagResourceRequest tagResourceRequest)Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.Methods in software.amazon.awssdk.services.mwaa that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MwaaAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.default CompletableFuture<TagResourceResponse>MwaaAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
-