Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateArn(String certificateArn)
The ARN of the certificate.
|
Certificate |
Certificate.withCertificateId(String certificateId)
The ID of the certificate.
|
Certificate |
Certificate.withCreationDate(Date creationDate)
The date and time the certificate was created.
|
Certificate |
Certificate.withStatus(CertificateStatus status)
The status of the certificate.
|
Certificate |
Certificate.withStatus(String status)
The status of the certificate.
|
Modifier and Type | Method and Description |
---|---|
List<Certificate> |
ListCertificatesByCAResult.getCertificates()
The device certificates signed by the specified CA certificate.
|
List<Certificate> |
ListCertificatesResult.getCertificates()
The descriptions of the certificates.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesResult |
ListCertificatesResult.withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
ListCertificatesByCAResult.withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesResult |
ListCertificatesResult.withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
|
Copyright © 2018. All rights reserved.