| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Certificate> |
ListCertificatesByCAPublisher.certificates()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<Certificate> |
ListCertificatesPublisher.certificates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Certificate> |
ListCertificatesByCAIterable.certificates()
Returns an iterable to iterate through the paginated
ListCertificatesByCaResponse.certificates() member. |
SdkIterable<Certificate> |
ListCertificatesIterable.certificates()
Returns an iterable to iterate through the paginated
ListCertificatesResponse.certificates() member. |
Copyright © 2021. All rights reserved.