Uses of Class
software.amazon.awssdk.services.iot.model.CreateKeysAndCertificateRequest
-
Packages that use CreateKeysAndCertificateRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateKeysAndCertificateRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateKeysAndCertificateRequest Modifier and Type Method Description 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.default CreateKeysAndCertificateResponseIotClient. createKeysAndCertificate(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key. -
Uses of CreateKeysAndCertificateRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateKeysAndCertificateRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeysAndCertificateRequestMarshaller. marshall(CreateKeysAndCertificateRequest createKeysAndCertificateRequest)
-