| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteCaCertificateResponse |
IotClient.deleteCACertificate(Consumer<DeleteCaCertificateRequest.Builder> deleteCaCertificateRequest)
Deletes a registered CA certificate.
|
default DeleteCaCertificateResponse |
IotClient.deleteCACertificate(DeleteCaCertificateRequest deleteCaCertificateRequest)
Deletes a registered CA certificate.
|
default DeleteCertificateResponse |
IotClient.deleteCertificate(Consumer<DeleteCertificateRequest.Builder> deleteCertificateRequest)
Deletes the specified certificate.
|
default DeleteCertificateResponse |
IotClient.deleteCertificate(DeleteCertificateRequest deleteCertificateRequest)
Deletes the specified certificate.
|
default RegisterCertificateResponse |
IotClient.registerCertificate(Consumer<RegisterCertificateRequest.Builder> registerCertificateRequest)
Registers a device certificate with IoT.
|
default RegisterCertificateResponse |
IotClient.registerCertificate(RegisterCertificateRequest registerCertificateRequest)
Registers a device certificate with IoT.
|
default RegisterCertificateWithoutCaResponse |
IotClient.registerCertificateWithoutCA(Consumer<RegisterCertificateWithoutCaRequest.Builder> registerCertificateWithoutCaRequest)
Register a certificate that does not have a certificate authority (CA).
|
default RegisterCertificateWithoutCaResponse |
IotClient.registerCertificateWithoutCA(RegisterCertificateWithoutCaRequest registerCertificateWithoutCaRequest)
Register a certificate that does not have a certificate authority (CA).
|
default TransferCertificateResponse |
IotClient.transferCertificate(Consumer<TransferCertificateRequest.Builder> transferCertificateRequest)
Transfers the specified certificate to the specified Amazon Web Services account.
|
default TransferCertificateResponse |
IotClient.transferCertificate(TransferCertificateRequest transferCertificateRequest)
Transfers the specified certificate to the specified Amazon Web Services account.
|
default UpdateCertificateResponse |
IotClient.updateCertificate(Consumer<UpdateCertificateRequest.Builder> updateCertificateRequest)
Updates the status of the specified certificate.
|
default UpdateCertificateResponse |
IotClient.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the status of the specified certificate.
|
Copyright © 2022. All rights reserved.