| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer |
With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web
Services (AWS).
|
| Modifier and Type | Method and Description |
|---|---|
default StartSigningJobResponse |
SignerClient.startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
default StartSigningJobResponse |
SignerClient.startSigningJob(StartSigningJobRequest startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.