| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
RegisterCertificateResult |
AWSIotClient.registerCertificate(RegisterCertificateRequest registerCertificateRequest)
Registers a device certificate with AWS IoT.
|
RegisterCertificateResult |
AWSIot.registerCertificate(RegisterCertificateRequest registerCertificateRequest)
Registers a device certificate with AWS IoT.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterCertificateRequest |
RegisterCertificateRequest.withCaCertificatePem(String caCertificatePem)
The CA certificate used to sign the device certificate being registered.
|
RegisterCertificateRequest |
RegisterCertificateRequest.withCertificatePem(String certificatePem)
The certificate data, in PEM format.
|
RegisterCertificateRequest |
RegisterCertificateRequest.withSetAsActive(Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
|
RegisterCertificateRequest |
RegisterCertificateRequest.withStatus(CertificateStatus status)
Sets the value of the status property for this object.
|
RegisterCertificateRequest |
RegisterCertificateRequest.withStatus(String status)
Sets the value of the status property for this object.
|
Copyright © 2017. All rights reserved.