| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RegisterCertificateWithoutCaResponse> |
IotAsyncClient.registerCertificateWithoutCA(Consumer<RegisterCertificateWithoutCaRequest.Builder> registerCertificateWithoutCaRequest)
Register a certificate that does not have a certificate authority (CA).
|
default CompletableFuture<RegisterCertificateWithoutCaResponse> |
IotAsyncClient.registerCertificateWithoutCA(RegisterCertificateWithoutCaRequest registerCertificateWithoutCaRequest)
Register a certificate that does not have a certificate authority (CA).
|
Copyright © 2023. All rights reserved.