| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CodeSigning |
CodeSigning.clone() |
CodeSigning |
OTAUpdateFile.getCodeSigning()
The code signing method of the file.
|
CodeSigning |
CodeSigning.withAwsSignerJobId(String awsSignerJobId)
The ID of the
AWSSignerJob which was created to sign the file. |
CodeSigning |
CodeSigning.withCustomCodeSigning(CustomCodeSigning customCodeSigning)
A custom method for code signing a file.
|
CodeSigning |
CodeSigning.withStartSigningJobParameter(StartSigningJobParameter startSigningJobParameter)
Describes the code-signing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OTAUpdateFile.setCodeSigning(CodeSigning codeSigning)
The code signing method of the file.
|
OTAUpdateFile |
OTAUpdateFile.withCodeSigning(CodeSigning codeSigning)
The code signing method of the file.
|
Copyright © 2021. All rights reserved.