Uses of Class
com.amazonaws.services.iot.model.UpdateCertificateRequest
Packages that use UpdateCertificateRequest
-
Uses of UpdateCertificateRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type UpdateCertificateRequestModifier and TypeMethodDescriptionAbstractAWSIot.updateCertificate(UpdateCertificateRequest request) AWSIot.updateCertificate(UpdateCertificateRequest updateCertificateRequest) Updates the status of the specified certificate.AWSIotClient.updateCertificate(UpdateCertificateRequest updateCertificateRequest) Updates the status of the specified certificate.AbstractAWSIotAsync.updateCertificateAsync(UpdateCertificateRequest request) AbstractAWSIotAsync.updateCertificateAsync(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) AWSIotAsync.updateCertificateAsync(UpdateCertificateRequest updateCertificateRequest) Updates the status of the specified certificate.AWSIotAsync.updateCertificateAsync(UpdateCertificateRequest updateCertificateRequest, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) Updates the status of the specified certificate.AWSIotAsyncClient.updateCertificateAsync(UpdateCertificateRequest request) AWSIotAsyncClient.updateCertificateAsync(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type UpdateCertificateRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.updateCertificateAsync(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) AWSIotAsync.updateCertificateAsync(UpdateCertificateRequest updateCertificateRequest, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) Updates the status of the specified certificate.AWSIotAsyncClient.updateCertificateAsync(UpdateCertificateRequest request, AsyncHandler<UpdateCertificateRequest, UpdateCertificateResult> asyncHandler) -
Uses of UpdateCertificateRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return UpdateCertificateRequestModifier and TypeMethodDescriptionUpdateCertificateRequest.clone()UpdateCertificateRequest.withCertificateId(String certificateId) The ID of the certificate.UpdateCertificateRequest.withNewStatus(CertificateStatus newStatus) The new status.UpdateCertificateRequest.withNewStatus(String newStatus) The new status.