Uses of Class
com.amazonaws.services.iot.model.CreateKeysAndCertificateResult
-
Packages that use CreateKeysAndCertificateResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of CreateKeysAndCertificateResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return CreateKeysAndCertificateResult Modifier and Type Method Description CreateKeysAndCertificateResultAbstractAWSIot. createKeysAndCertificate(CreateKeysAndCertificateRequest request)CreateKeysAndCertificateResultAWSIot. createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.CreateKeysAndCertificateResultAWSIotClient. createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.Method parameters in com.amazonaws.services.iot with type arguments of type CreateKeysAndCertificateResult Modifier and Type Method Description Future<CreateKeysAndCertificateResult>AbstractAWSIotAsync. 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>AWSIotAsyncClient. createKeysAndCertificateAsync(CreateKeysAndCertificateRequest request, AsyncHandler<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResult> asyncHandler) -
Uses of CreateKeysAndCertificateResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreateKeysAndCertificateResult Modifier and Type Method Description CreateKeysAndCertificateResultCreateKeysAndCertificateResult. clone()CreateKeysAndCertificateResultCreateKeysAndCertificateResult. withCertificateArn(String certificateArn)The ARN of the certificate.CreateKeysAndCertificateResultCreateKeysAndCertificateResult. withCertificateId(String certificateId)The ID of the certificate.CreateKeysAndCertificateResultCreateKeysAndCertificateResult. withCertificatePem(String certificatePem)The certificate data, in PEM format.CreateKeysAndCertificateResultCreateKeysAndCertificateResult. withKeyPair(KeyPair keyPair)The generated key pair.
-