Uses of Interface
software.amazon.awssdk.services.trustedadvisor.TrustedAdvisorBaseClientBuilder
-
Packages that use TrustedAdvisorBaseClientBuilder Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public API -
-
Uses of TrustedAdvisorBaseClientBuilder in software.amazon.awssdk.services.trustedadvisor
Classes in software.amazon.awssdk.services.trustedadvisor with type parameters of type TrustedAdvisorBaseClientBuilder Modifier and Type Interface Description interfaceTrustedAdvisorBaseClientBuilder<B extends TrustedAdvisorBaseClientBuilder<B,C>,C>This includes configuration specific to TrustedAdvisor Public API that is supported by bothTrustedAdvisorClientBuilderandTrustedAdvisorAsyncClientBuilder.Subinterfaces of TrustedAdvisorBaseClientBuilder in software.amazon.awssdk.services.trustedadvisor Modifier and Type Interface Description interfaceTrustedAdvisorAsyncClientBuilderA builder for creating an instance ofTrustedAdvisorAsyncClient.interfaceTrustedAdvisorClientBuilderA builder for creating an instance ofTrustedAdvisorClient.
-