Uses of Interface
software.amazon.awssdk.services.account.AccountBaseClientBuilder
-
Packages that use AccountBaseClientBuilder Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of AccountBaseClientBuilder in software.amazon.awssdk.services.account
Classes in software.amazon.awssdk.services.account with type parameters of type AccountBaseClientBuilder Modifier and Type Interface Description interfaceAccountBaseClientBuilder<B extends AccountBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Account that is supported by bothAccountClientBuilderandAccountAsyncClientBuilder.Subinterfaces of AccountBaseClientBuilder in software.amazon.awssdk.services.account Modifier and Type Interface Description interfaceAccountAsyncClientBuilderA builder for creating an instance ofAccountAsyncClient.interfaceAccountClientBuilderA builder for creating an instance ofAccountClient.
-