| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
ListCertificatesByCaResponse.certificates()
The device certificates signed by the specified CA certificate.
|
List<Certificate> |
ListCertificatesResponse.certificates()
The descriptions of the certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCaResponse.Builder |
ListCertificatesByCaResponse.Builder.certificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesResponse.Builder |
ListCertificatesResponse.Builder.certificates(Certificate... certificates)
The descriptions of the certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCaResponse.Builder |
ListCertificatesByCaResponse.Builder.certificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesResponse.Builder |
ListCertificatesResponse.Builder.certificates(Collection<Certificate> certificates)
The descriptions of the certificates.
|
Copyright © 2020. All rights reserved.