Uses of Class
com.amazonaws.services.iot.model.Certificate
Packages that use Certificate
-
Uses of Certificate in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CertificateModifier and TypeMethodDescriptionCertificate.clone()
Certificate.withCertificateArn
(String certificateArn) The ARN of the certificate.Certificate.withCertificateId
(String certificateId) The ID of the certificate.Certificate.withCreationDate
(Date creationDate) The date and time the certificate was created.Certificate.withStatus
(CertificateStatus status) The status of the certificate.Certificate.withStatus
(String status) The status of the certificate.Methods in com.amazonaws.services.iot.model that return types with arguments of type CertificateModifier and TypeMethodDescriptionListCertificatesByCAResult.getCertificates()
The device certificates signed by the specified CA certificate.ListCertificatesResult.getCertificates()
The descriptions of the certificates.Methods in com.amazonaws.services.iot.model with parameters of type CertificateModifier and TypeMethodDescriptionListCertificatesByCAResult.withCertificates
(Certificate... certificates) The device certificates signed by the specified CA certificate.ListCertificatesResult.withCertificates
(Certificate... certificates) The descriptions of the certificates.Method parameters in com.amazonaws.services.iot.model with type arguments of type CertificateModifier and TypeMethodDescriptionvoid
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.withCertificates
(Collection<Certificate> certificates) The device certificates signed by the specified CA certificate.ListCertificatesResult.withCertificates
(Collection<Certificate> certificates) The descriptions of the certificates.