| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCAResult |
AWSIotClient.listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
AWSIot.listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
Copyright © 2017. All rights reserved.