Uses of Class
software.amazon.awssdk.services.iot.model.CreateKeysAndCertificateResponse
-
Packages that use CreateKeysAndCertificateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateKeysAndCertificateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateKeysAndCertificateResponse Modifier and Type Method Description default CreateKeysAndCertificateResponseIotClient. createKeysAndCertificate()Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.default CreateKeysAndCertificateResponseIotClient. createKeysAndCertificate(Consumer<CreateKeysAndCertificateRequest.Builder> createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.default CreateKeysAndCertificateResponseIotClient. createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateKeysAndCertificateResponse Modifier and Type Method Description default CompletableFuture<CreateKeysAndCertificateResponse>IotAsyncClient. createKeysAndCertificate()Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.default CompletableFuture<CreateKeysAndCertificateResponse>IotAsyncClient. createKeysAndCertificate(Consumer<CreateKeysAndCertificateRequest.Builder> createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.default CompletableFuture<CreateKeysAndCertificateResponse>IotAsyncClient. createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.
-