Uses of Class
software.amazon.awssdk.services.iot.model.UpdateCertificateResponse
-
Packages that use UpdateCertificateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateCertificateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateCertificateResponse Modifier and Type Method Description default UpdateCertificateResponseIotClient. updateCertificate(Consumer<UpdateCertificateRequest.Builder> updateCertificateRequest)Updates the status of the specified certificate.default UpdateCertificateResponseIotClient. updateCertificate(UpdateCertificateRequest updateCertificateRequest)Updates the status of the specified certificate.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateCertificateResponse Modifier and Type Method Description default CompletableFuture<UpdateCertificateResponse>IotAsyncClient. updateCertificate(Consumer<UpdateCertificateRequest.Builder> updateCertificateRequest)Updates the status of the specified certificate.default CompletableFuture<UpdateCertificateResponse>IotAsyncClient. updateCertificate(UpdateCertificateRequest updateCertificateRequest)Updates the status of the specified certificate.
-