| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterCertificateWithoutCAResult |
AWSIotClient.registerCertificateWithoutCA(RegisterCertificateWithoutCARequest request)
Register a certificate that does not have a certificate authority (CA).
|
RegisterCertificateWithoutCAResult |
AWSIot.registerCertificateWithoutCA(RegisterCertificateWithoutCARequest registerCertificateWithoutCARequest)
Register a certificate that does not have a certificate authority (CA).
|
RegisterCertificateWithoutCAResult |
AbstractAWSIot.registerCertificateWithoutCA(RegisterCertificateWithoutCARequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterCertificateWithoutCAResult> |
AbstractAWSIotAsync.registerCertificateWithoutCAAsync(RegisterCertificateWithoutCARequest request,
AsyncHandler<RegisterCertificateWithoutCARequest,RegisterCertificateWithoutCAResult> asyncHandler) |
Future<RegisterCertificateWithoutCAResult> |
AWSIotAsyncClient.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 |
|---|---|
RegisterCertificateWithoutCAResult |
RegisterCertificateWithoutCAResult.clone() |
RegisterCertificateWithoutCAResult |
RegisterCertificateWithoutCAResult.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
|
RegisterCertificateWithoutCAResult |
RegisterCertificateWithoutCAResult.withCertificateId(String certificateId)
The ID of the registered certificate.
|
Copyright © 2025. All rights reserved.