Uses of Interface
software.amazon.awssdk.services.mwaa.MwaaBaseClientBuilder
-
Packages that use MwaaBaseClientBuilder Package Description software.amazon.awssdk.services.mwaa Amazon Managed Workflows for Apache Airflow -
-
Uses of MwaaBaseClientBuilder in software.amazon.awssdk.services.mwaa
Classes in software.amazon.awssdk.services.mwaa with type parameters of type MwaaBaseClientBuilder Modifier and Type Interface Description interfaceMwaaBaseClientBuilder<B extends MwaaBaseClientBuilder<B,C>,C>This includes configuration specific to AmazonMWAA that is supported by bothMwaaClientBuilderandMwaaAsyncClientBuilder.Subinterfaces of MwaaBaseClientBuilder in software.amazon.awssdk.services.mwaa Modifier and Type Interface Description interfaceMwaaAsyncClientBuilderA builder for creating an instance ofMwaaAsyncClient.interfaceMwaaClientBuilderA builder for creating an instance ofMwaaClient.
-