Uses of Interface
software.amazon.awssdk.services.config.ConfigBaseClientBuilder
-
Packages that use ConfigBaseClientBuilder Package Description software.amazon.awssdk.services.config Config -
-
Uses of ConfigBaseClientBuilder in software.amazon.awssdk.services.config
Classes in software.amazon.awssdk.services.config with type parameters of type ConfigBaseClientBuilder Modifier and Type Interface Description interfaceConfigBaseClientBuilder<B extends ConfigBaseClientBuilder<B,C>,C>This includes configuration specific to Config Service that is supported by bothConfigClientBuilderandConfigAsyncClientBuilder.Subinterfaces of ConfigBaseClientBuilder in software.amazon.awssdk.services.config Modifier and Type Interface Description interfaceConfigAsyncClientBuilderA builder for creating an instance ofConfigAsyncClient.interfaceConfigClientBuilderA builder for creating an instance ofConfigClient.
-