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