Uses of Class
software.amazon.awssdk.services.mwaa.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.mwaa Amazon Managed Workflows for Apache Airflow software.amazon.awssdk.services.mwaa.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.mwaa
Methods in software.amazon.awssdk.services.mwaa with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>MwaaAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.default UntagResourceResponseMwaaClient. untagResource(UntagResourceRequest untagResourceRequest)Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.mwaa.transform
Methods in software.amazon.awssdk.services.mwaa.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-