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 interface
AcmBaseClientBuilder<B extends AcmBaseClientBuilder<B,C>,C>
This includes configuration specific to ACM that is supported by bothAcmClientBuilder
andAcmAsyncClientBuilder
.Subinterfaces of AcmBaseClientBuilder in software.amazon.awssdk.services.acm Modifier and Type Interface Description interface
AcmAsyncClientBuilder
A builder for creating an instance ofAcmAsyncClient
.interface
AcmClientBuilder
A builder for creating an instance ofAcmClient
.
-