| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterCertificateWithoutCAResult> |
AWSIotAsyncClient.registerCertificateWithoutCAAsync(RegisterCertificateWithoutCARequest request,
AsyncHandler<RegisterCertificateWithoutCARequest,RegisterCertificateWithoutCAResult> asyncHandler) |
Future<RegisterCertificateWithoutCAResult> |
AbstractAWSIotAsync.registerCertificateWithoutCAAsync(RegisterCertificateWithoutCARequest request,
AsyncHandler<RegisterCertificateWithoutCARequest,RegisterCertificateWithoutCAResult> asyncHandler) |
Future<RegisterCertificateWithoutCAResult> |
AWSIotAsync.registerCertificateWithoutCAAsync(RegisterCertificateWithoutCARequest registerCertificateWithoutCARequest,
AsyncHandler<RegisterCertificateWithoutCARequest,RegisterCertificateWithoutCAResult> asyncHandler)
Register a certificate that does not have a certificate authority (CA).
|
| Modifier and Type | Method and Description |
|---|---|
RegisterCertificateWithoutCARequest |
RegisterCertificateWithoutCARequest.clone() |
RegisterCertificateWithoutCARequest |
RegisterCertificateWithoutCARequest.withCertificatePem(String certificatePem)
The certificate data, in PEM format.
|
RegisterCertificateWithoutCARequest |
RegisterCertificateWithoutCARequest.withStatus(CertificateStatus status)
The status of the register certificate request.
|
RegisterCertificateWithoutCARequest |
RegisterCertificateWithoutCARequest.withStatus(String status)
The status of the register certificate request.
|
Copyright © 2024. All rights reserved.