Uses of Class
com.amazonaws.services.iot.model.Certificate
-
Packages that use Certificate Package Description com.amazonaws.services.iot.model -
-
Uses of Certificate in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return Certificate Modifier and Type Method Description Certificate
Certificate. clone()
Certificate
Certificate. withCertificateArn(String certificateArn)
The ARN of the certificate.Certificate
Certificate. withCertificateId(String certificateId)
The ID of the certificate.Certificate
Certificate. withCreationDate(Date creationDate)
The date and time the certificate was created.Certificate
Certificate. withStatus(CertificateStatus status)
The status of the certificate.Certificate
Certificate. withStatus(String status)
The status of the certificate.Methods in com.amazonaws.services.iot.model that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>
ListCertificatesByCAResult. getCertificates()
The device certificates signed by the specified CA certificate.List<Certificate>
ListCertificatesResult. getCertificates()
The descriptions of the certificates.Methods in com.amazonaws.services.iot.model with parameters of type Certificate Modifier and Type Method Description ListCertificatesByCAResult
ListCertificatesByCAResult. withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.ListCertificatesResult
ListCertificatesResult. withCertificates(Certificate... certificates)
The descriptions of the certificates.Method parameters in com.amazonaws.services.iot.model with type arguments of type Certificate Modifier and Type Method Description void
ListCertificatesByCAResult. setCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.void
ListCertificatesResult. setCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.ListCertificatesByCAResult
ListCertificatesByCAResult. withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.ListCertificatesResult
ListCertificatesResult. withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
-