Uses of Class
software.amazon.awssdk.services.iot.model.RegisterCertificateResponse
-
Packages that use RegisterCertificateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of RegisterCertificateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return RegisterCertificateResponse Modifier and Type Method Description default RegisterCertificateResponseIotClient. registerCertificate(Consumer<RegisterCertificateRequest.Builder> registerCertificateRequest)Registers a device certificate with IoT in the same certificate mode as the signing CA.default RegisterCertificateResponseIotClient. registerCertificate(RegisterCertificateRequest registerCertificateRequest)Registers a device certificate with IoT in the same certificate mode as the signing CA.Methods in software.amazon.awssdk.services.iot that return types with arguments of type RegisterCertificateResponse Modifier and Type Method Description default CompletableFuture<RegisterCertificateResponse>IotAsyncClient. registerCertificate(Consumer<RegisterCertificateRequest.Builder> registerCertificateRequest)Registers a device certificate with IoT in the same certificate mode as the signing CA.default CompletableFuture<RegisterCertificateResponse>IotAsyncClient. registerCertificate(RegisterCertificateRequest registerCertificateRequest)Registers a device certificate with IoT in the same certificate mode as the signing CA.
-