| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default ListCertificatesResponse |
IotClient.listCertificates()
Lists the certificates registered in your AWS account.
|
default ListCertificatesResponse |
IotClient.listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
default ListCertificatesResponse |
IotClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCertificatesResponse> |
IotAsyncClient.listCertificates()
Lists the certificates registered in your AWS account.
|
default CompletableFuture<ListCertificatesResponse> |
IotAsyncClient.listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
default CompletableFuture<ListCertificatesResponse> |
IotAsyncClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
Copyright © 2020. All rights reserved.