Uses of Class
software.amazon.awssdk.services.signer.model.StartSigningJobResponse
-
Packages that use StartSigningJobResponse 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 StartSigningJobResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return StartSigningJobResponse Modifier and Type Method Description default StartSigningJobResponseSignerClient. startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)Initiates a signing job to be performed on the code provided.default StartSigningJobResponseSignerClient. startSigningJob(StartSigningJobRequest startSigningJobRequest)Initiates a signing job to be performed on the code provided.Methods in software.amazon.awssdk.services.signer that return types with arguments of type StartSigningJobResponse Modifier and Type Method Description default CompletableFuture<StartSigningJobResponse>SignerAsyncClient. startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)Initiates a signing job to be performed on the code provided.default CompletableFuture<StartSigningJobResponse>SignerAsyncClient. startSigningJob(StartSigningJobRequest startSigningJobRequest)Initiates a signing job to be performed on the code provided.
-