Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateKeysAndCertificateResult |
AbstractAWSIot.createKeysAndCertificate(CreateKeysAndCertificateRequest request) |
CreateKeysAndCertificateResult |
AWSIotClient.createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the
issued public key.
|
CreateKeysAndCertificateResult |
AWSIot.createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the
issued public key.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateKeysAndCertificateResult> |
AbstractAWSIotAsync.createKeysAndCertificateAsync(CreateKeysAndCertificateRequest request,
AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler) |
java.util.concurrent.Future<CreateKeysAndCertificateResult> |
AWSIotAsyncClient.createKeysAndCertificateAsync(CreateKeysAndCertificateRequest request,
AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.clone() |
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withCertificateArn(java.lang.String certificateArn)
The ARN of the certificate.
|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withCertificateId(java.lang.String certificateId)
The ID of the certificate.
|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withKeyPair(KeyPair keyPair)
The generated key pair.
|
Modifier and Type | Method and Description |
---|---|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |