Uses of Class
software.amazon.awssdk.services.iot.model.DeleteCertificateResponse
-
Packages that use DeleteCertificateResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteCertificateResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteCertificateResponse Modifier and Type Method Description default DeleteCertificateResponse
IotClient. deleteCertificate(Consumer<DeleteCertificateRequest.Builder> deleteCertificateRequest)
Deletes the specified certificate.default DeleteCertificateResponse
IotClient. deleteCertificate(DeleteCertificateRequest deleteCertificateRequest)
Deletes the specified certificate.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteCertificateResponse Modifier and Type Method Description default CompletableFuture<DeleteCertificateResponse>
IotAsyncClient. deleteCertificate(Consumer<DeleteCertificateRequest.Builder> deleteCertificateRequest)
Deletes the specified certificate.default CompletableFuture<DeleteCertificateResponse>
IotAsyncClient. deleteCertificate(DeleteCertificateRequest deleteCertificateRequest)
Deletes the specified certificate.
-