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