Uses of Class
com.amazonaws.services.iot.model.CACertificate
-
Packages that use CACertificate Package Description com.amazonaws.services.iot.model -
-
Uses of CACertificate in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CACertificate Modifier and Type Method Description CACertificate
CACertificate. clone()
CACertificate
CACertificate. withCertificateArn(String certificateArn)
The ARN of the CA certificate.CACertificate
CACertificate. withCertificateId(String certificateId)
The ID of the CA certificate.CACertificate
CACertificate. withCreationDate(Date creationDate)
The date the CA certificate was created.CACertificate
CACertificate. withStatus(CACertificateStatus status)
The status of the CA certificate.CACertificate
CACertificate. withStatus(String status)
The status of the CA certificate.Methods in com.amazonaws.services.iot.model that return types with arguments of type CACertificate Modifier and Type Method Description List<CACertificate>
ListCACertificatesResult. getCertificates()
The CA certificates registered in your AWS account.Methods in com.amazonaws.services.iot.model with parameters of type CACertificate Modifier and Type Method Description ListCACertificatesResult
ListCACertificatesResult. withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.Method parameters in com.amazonaws.services.iot.model with type arguments of type CACertificate Modifier and Type Method Description void
ListCACertificatesResult. setCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.ListCACertificatesResult
ListCACertificatesResult. withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
-