Uses of Class
com.amazonaws.services.iot.model.CreateKeysAndCertificateRequest
Packages that use CreateKeysAndCertificateRequest
-
Uses of CreateKeysAndCertificateRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type CreateKeysAndCertificateRequestModifier 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.AbstractAWSIotAsync.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 CreateKeysAndCertificateRequestModifier 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 CreateKeysAndCertificateRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CreateKeysAndCertificateRequestModifier and TypeMethodDescriptionCreateKeysAndCertificateRequest.clone()
CreateKeysAndCertificateRequest.withSetAsActive
(Boolean setAsActive) Specifies whether the certificate is active.