| Package | Description |
|---|---|
| com.amazonaws.services.signer |
You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices
that Amazon Web Services supports.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobResult |
AWSsignerClient.startSigningJob(StartSigningJobRequest request)
Initiates a signing job to be performed on the code provided.
|
StartSigningJobResult |
AWSsigner.startSigningJob(StartSigningJobRequest startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
StartSigningJobResult |
AbstractAWSsigner.startSigningJob(StartSigningJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSigningJobResult> |
AWSsignerAsync.startSigningJobAsync(StartSigningJobRequest startSigningJobRequest,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler)
Initiates a signing job to be performed on the code provided.
|
Future<StartSigningJobResult> |
AWSsignerAsyncClient.startSigningJobAsync(StartSigningJobRequest request,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler) |
Future<StartSigningJobResult> |
AbstractAWSsignerAsync.startSigningJobAsync(StartSigningJobRequest request,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobResult |
StartSigningJobResult.clone() |
StartSigningJobResult |
StartSigningJobResult.withJobId(String jobId)
The ID of your signing job.
|
Copyright © 2019. All rights reserved.