| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCertificatesByCaResponse |
IotClient.listCertificatesByCA(Consumer<ListCertificatesByCaRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCertificatesByCaResponse> |
IotAsyncClient.listCertificatesByCA(Consumer<ListCertificatesByCaRequest.Builder> listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
default CompletableFuture<ListCertificatesByCaResponse> |
IotAsyncClient.listCertificatesByCA(ListCertificatesByCaRequest listCertificatesByCaRequest)
List the device certificates signed by the specified CA certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCertificatesByCaResponse> |
ListCertificatesByCAIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCertificatesByCAPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCertificatesByCaResponse> subscriber) |
Copyright © 2021. All rights reserved.