Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateKeysAndCertificateResult> |
AWSIotAsyncClient.createKeysAndCertificateAsync(CreateKeysAndCertificateRequest request,
AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler) |
Future<CreateKeysAndCertificateResult> |
AWSIotAsync.createKeysAndCertificateAsync(CreateKeysAndCertificateRequest createKeysAndCertificateRequest,
AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler)
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the
issued public key.
|
Future<CreateKeysAndCertificateResult> |
AbstractAWSIotAsync.createKeysAndCertificateAsync(CreateKeysAndCertificateRequest request,
AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateKeysAndCertificateRequest |
CreateKeysAndCertificateRequest.clone() |
CreateKeysAndCertificateRequest |
CreateKeysAndCertificateRequest.withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
Copyright © 2018. All rights reserved.