Uses of Class
software.amazon.awssdk.services.iot.model.RegisterCertificateWithoutCaResponse
-
Packages that use RegisterCertificateWithoutCaResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of RegisterCertificateWithoutCaResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return RegisterCertificateWithoutCaResponse Modifier and Type Method Description default RegisterCertificateWithoutCaResponseIotClient. registerCertificateWithoutCA(Consumer<RegisterCertificateWithoutCaRequest.Builder> registerCertificateWithoutCaRequest)Register a certificate that does not have a certificate authority (CA).default RegisterCertificateWithoutCaResponseIotClient. registerCertificateWithoutCA(RegisterCertificateWithoutCaRequest registerCertificateWithoutCaRequest)Register a certificate that does not have a certificate authority (CA).Methods in software.amazon.awssdk.services.iot that return types with arguments of type RegisterCertificateWithoutCaResponse Modifier and Type Method Description default CompletableFuture<RegisterCertificateWithoutCaResponse>IotAsyncClient. registerCertificateWithoutCA(Consumer<RegisterCertificateWithoutCaRequest.Builder> registerCertificateWithoutCaRequest)Register a certificate that does not have a certificate authority (CA).default CompletableFuture<RegisterCertificateWithoutCaResponse>IotAsyncClient. registerCertificateWithoutCA(RegisterCertificateWithoutCaRequest registerCertificateWithoutCaRequest)Register a certificate that does not have a certificate authority (CA).
-