Uses of Class
software.amazon.awssdk.services.iot.model.RegisterCertificateWithoutCaRequest
-
Packages that use RegisterCertificateWithoutCaRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of RegisterCertificateWithoutCaRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type RegisterCertificateWithoutCaRequest Modifier and Type Method Description default CompletableFuture<RegisterCertificateWithoutCaResponse>IotAsyncClient. registerCertificateWithoutCA(RegisterCertificateWithoutCaRequest 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). -
Uses of RegisterCertificateWithoutCaRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type RegisterCertificateWithoutCaRequest Modifier and Type Method Description SdkHttpFullRequestRegisterCertificateWithoutCaRequestMarshaller. marshall(RegisterCertificateWithoutCaRequest registerCertificateWithoutCaRequest)
-