Uses of Class
software.amazon.awssdk.services.iot.model.CreateCertificateFromCsrResponse
-
Packages that use CreateCertificateFromCsrResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateCertificateFromCsrResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateCertificateFromCsrResponse Modifier and Type Method Description default CreateCertificateFromCsrResponseIotClient. createCertificateFromCsr(Consumer<CreateCertificateFromCsrRequest.Builder> createCertificateFromCsrRequest)Creates an X.509 certificate using the specified certificate signing request.default CreateCertificateFromCsrResponseIotClient. createCertificateFromCsr(CreateCertificateFromCsrRequest createCertificateFromCsrRequest)Creates an X.509 certificate using the specified certificate signing request.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateCertificateFromCsrResponse Modifier and Type Method Description default CompletableFuture<CreateCertificateFromCsrResponse>IotAsyncClient. createCertificateFromCsr(Consumer<CreateCertificateFromCsrRequest.Builder> createCertificateFromCsrRequest)Creates an X.509 certificate using the specified certificate signing request.default CompletableFuture<CreateCertificateFromCsrResponse>IotAsyncClient. createCertificateFromCsr(CreateCertificateFromCsrRequest createCertificateFromCsrRequest)Creates an X.509 certificate using the specified certificate signing request.
-