Uses of Interface
software.amazon.awssdk.services.signer.SignerBaseClientBuilder
-
Packages that use SignerBaseClientBuilder Package Description software.amazon.awssdk.services.signer AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code. -
-
Uses of SignerBaseClientBuilder in software.amazon.awssdk.services.signer
Classes in software.amazon.awssdk.services.signer with type parameters of type SignerBaseClientBuilder Modifier and Type Interface Description interfaceSignerBaseClientBuilder<B extends SignerBaseClientBuilder<B,C>,C>This includes configuration specific to signer that is supported by bothSignerClientBuilderandSignerAsyncClientBuilder.Subinterfaces of SignerBaseClientBuilder in software.amazon.awssdk.services.signer Modifier and Type Interface Description interfaceSignerAsyncClientBuilderA builder for creating an instance ofSignerAsyncClient.interfaceSignerClientBuilderA builder for creating an instance ofSignerClient.
-