Uses of Class
software.amazon.awssdk.services.mwaa.model.PublishMetricsResponse
-
Packages that use PublishMetricsResponse Package Description software.amazon.awssdk.services.mwaa Amazon Managed Workflows for Apache Airflow -
-
Uses of PublishMetricsResponse in software.amazon.awssdk.services.mwaa
Methods in software.amazon.awssdk.services.mwaa that return PublishMetricsResponse Modifier and Type Method Description default PublishMetricsResponseMwaaClient. publishMetrics(Consumer<PublishMetricsRequest.Builder> publishMetricsRequest)Deprecated.This API is for internal use and not meant for public use, and is no longer available.default PublishMetricsResponseMwaaClient. publishMetrics(PublishMetricsRequest publishMetricsRequest)Deprecated.This API is for internal use and not meant for public use, and is no longer available.Methods in software.amazon.awssdk.services.mwaa that return types with arguments of type PublishMetricsResponse Modifier and Type Method Description default CompletableFuture<PublishMetricsResponse>MwaaAsyncClient. publishMetrics(Consumer<PublishMetricsRequest.Builder> publishMetricsRequest)Deprecated.This API is for internal use and not meant for public use, and is no longer available.default CompletableFuture<PublishMetricsResponse>MwaaAsyncClient. publishMetrics(PublishMetricsRequest publishMetricsRequest)Deprecated.This API is for internal use and not meant for public use, and is no longer available.
-