Uses of Class
com.amazonaws.services.iot.model.CertificateDescription
Packages that use CertificateDescription
-
Uses of CertificateDescription in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CertificateDescriptionModifier and TypeMethodDescriptionCertificateDescription.clone()DescribeCertificateResult.getCertificateDescription()The description of the certificate.CertificateDescription.withCaCertificateId(String caCertificateId) The certificate ID of the CA certificate used to sign this certificate.CertificateDescription.withCertificateArn(String certificateArn) The ARN of the certificate.CertificateDescription.withCertificateId(String certificateId) The ID of the certificate.CertificateDescription.withCertificatePem(String certificatePem) The certificate data, in PEM format.CertificateDescription.withCreationDate(Date creationDate) The date and time the certificate was created.CertificateDescription.withLastModifiedDate(Date lastModifiedDate) The date and time the certificate was last modified.CertificateDescription.withOwnedBy(String ownedBy) The ID of the AWS account that owns the certificate.CertificateDescription.withPreviousOwnedBy(String previousOwnedBy) The ID of the AWS account of the previous owner of the certificate.CertificateDescription.withStatus(CertificateStatus status) The status of the certificate.CertificateDescription.withStatus(String status) The status of the certificate.CertificateDescription.withTransferData(TransferData transferData) The transfer data.Methods in com.amazonaws.services.iot.model with parameters of type CertificateDescriptionModifier and TypeMethodDescriptionvoidDescribeCertificateResult.setCertificateDescription(CertificateDescription certificateDescription) The description of the certificate.DescribeCertificateResult.withCertificateDescription(CertificateDescription certificateDescription) The description of the certificate.