Uses of Interface
software.amazon.awssdk.services.acm.AcmBaseClientBuilder
-
Packages that use AcmBaseClientBuilder Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of AcmBaseClientBuilder in software.amazon.awssdk.services.acm
Classes in software.amazon.awssdk.services.acm with type parameters of type AcmBaseClientBuilder Modifier and Type Interface Description interfaceAcmBaseClientBuilder<B extends AcmBaseClientBuilder<B,C>,C>This includes configuration specific to ACM that is supported by bothAcmClientBuilderandAcmAsyncClientBuilder.Subinterfaces of AcmBaseClientBuilder in software.amazon.awssdk.services.acm Modifier and Type Interface Description interfaceAcmAsyncClientBuilderA builder for creating an instance ofAcmAsyncClient.interfaceAcmClientBuilderA builder for creating an instance ofAcmClient.
-