| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCertificatesByCaResponse> |
IotAsyncClient.listCertificatesByCA(ListCertificatesByCaRequest listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
default ListCertificatesByCaResponse |
IotClient.listCertificatesByCA(ListCertificatesByCaRequest listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
default ListCertificatesByCAPublisher |
IotAsyncClient.listCertificatesByCAPaginator(ListCertificatesByCaRequest listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
default ListCertificatesByCAIterable |
IotClient.listCertificatesByCAPaginator(ListCertificatesByCaRequest listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
| Constructor and Description |
|---|
ListCertificatesByCAIterable(IotClient client,
ListCertificatesByCaRequest firstRequest) |
ListCertificatesByCAPublisher(IotAsyncClient client,
ListCertificatesByCaRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCertificatesByCaRequestMarshaller.marshall(ListCertificatesByCaRequest listCertificatesByCaRequest) |
Copyright © 2022. All rights reserved.