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 CertificateCertificate. clone()CertificateCertificate. withCertificateArn(String certificateArn)The ARN of the certificate.CertificateCertificate. withCertificateId(String certificateId)The ID of the certificate.CertificateCertificate. withCreationDate(Date creationDate)The date and time the certificate was created.CertificateCertificate. withStatus(CertificateStatus status)The status of the certificate.CertificateCertificate. 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 ListCertificatesByCAResultListCertificatesByCAResult. withCertificates(Certificate... certificates)The device certificates signed by the specified CA certificate.ListCertificatesResultListCertificatesResult. 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 voidListCertificatesByCAResult. setCertificates(Collection<Certificate> certificates)The device certificates signed by the specified CA certificate.voidListCertificatesResult. setCertificates(Collection<Certificate> certificates)The descriptions of the certificates.ListCertificatesByCAResultListCertificatesByCAResult. withCertificates(Collection<Certificate> certificates)The device certificates signed by the specified CA certificate.ListCertificatesResultListCertificatesResult. withCertificates(Collection<Certificate> certificates)The descriptions of the certificates.
-