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