| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CodeSigningCertificateChain |
CodeSigningCertificateChain.clone() |
CodeSigningCertificateChain |
CustomCodeSigning.getCertificateChain()
The certificate chain.
|
CodeSigningCertificateChain |
CodeSigningCertificateChain.withCertificateName(String certificateName)
The name of the certificate.
|
CodeSigningCertificateChain |
CodeSigningCertificateChain.withInlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomCodeSigning.setCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
|
CustomCodeSigning |
CustomCodeSigning.withCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
|
Copyright © 2021. All rights reserved.