| 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 |
|---|---|
void |
AWSIotClient.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the status of the specified certificate.
|
void |
AWSIot.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the status of the specified certificate.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateRequest |
UpdateCertificateRequest.withCertificateId(String certificateId)
The ID of the certificate.
|
UpdateCertificateRequest |
UpdateCertificateRequest.withNewStatus(CertificateStatus newStatus)
The new status.
|
UpdateCertificateRequest |
UpdateCertificateRequest.withNewStatus(String newStatus)
The new status.
|
Copyright © 2017. All rights reserved.