Uses of Interface
software.amazon.awssdk.services.signer.SignerAsyncClient
-
Packages that use SignerAsyncClient 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.software.amazon.awssdk.services.signer.paginators software.amazon.awssdk.services.signer.waiters -
-
Uses of SignerAsyncClient in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return SignerAsyncClient Modifier and Type Method Description static SignerAsyncClientSignerAsyncClient. create()Create aSignerAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SignerAsyncClient in software.amazon.awssdk.services.signer.paginators
Constructors in software.amazon.awssdk.services.signer.paginators with parameters of type SignerAsyncClient Constructor Description ListSigningJobsPublisher(SignerAsyncClient client, ListSigningJobsRequest firstRequest)ListSigningPlatformsPublisher(SignerAsyncClient client, ListSigningPlatformsRequest firstRequest)ListSigningProfilesPublisher(SignerAsyncClient client, ListSigningProfilesRequest firstRequest) -
Uses of SignerAsyncClient in software.amazon.awssdk.services.signer.waiters
Methods in software.amazon.awssdk.services.signer.waiters with parameters of type SignerAsyncClient Modifier and Type Method Description SignerAsyncWaiter.BuilderSignerAsyncWaiter.Builder. client(SignerAsyncClient client)Sets a customSignerAsyncClientthat will be used to poll the resource
-