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 CACertificateCACertificate. clone()CACertificateCACertificate. withCertificateArn(String certificateArn)The ARN of the CA certificate.CACertificateCACertificate. withCertificateId(String certificateId)The ID of the CA certificate.CACertificateCACertificate. withCreationDate(Date creationDate)The date the CA certificate was created.CACertificateCACertificate. withStatus(CACertificateStatus status)The status of the CA certificate.CACertificateCACertificate. 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 ListCACertificatesResultListCACertificatesResult. 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 voidListCACertificatesResult. setCertificates(Collection<CACertificate> certificates)The CA certificates registered in your AWS account.ListCACertificatesResultListCACertificatesResult. withCertificates(Collection<CACertificate> certificates)The CA certificates registered in your AWS account.
-