Uses of Interface
software.amazon.awssdk.services.appconfig.AppConfigBaseClientBuilder
-
Packages that use AppConfigBaseClientBuilder Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. -
-
Uses of AppConfigBaseClientBuilder in software.amazon.awssdk.services.appconfig
Classes in software.amazon.awssdk.services.appconfig with type parameters of type AppConfigBaseClientBuilder Modifier and Type Interface Description interfaceAppConfigBaseClientBuilder<B extends AppConfigBaseClientBuilder<B,C>,C>This includes configuration specific to AppConfig that is supported by bothAppConfigClientBuilderandAppConfigAsyncClientBuilder.Subinterfaces of AppConfigBaseClientBuilder in software.amazon.awssdk.services.appconfig Modifier and Type Interface Description interfaceAppConfigAsyncClientBuilderA builder for creating an instance ofAppConfigAsyncClient.interfaceAppConfigClientBuilderA builder for creating an instance ofAppConfigClient.
-