| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
AbstractAWSIot.listCertificates(ListCertificatesRequest request) |
ListCertificatesResult |
AWSIot.listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your Amazon Web Services account.
|
ListCertificatesResult |
AWSIotClient.listCertificates(ListCertificatesRequest request)
Lists the certificates registered in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCertificatesResult> |
AbstractAWSIotAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
Future<ListCertificatesResult> |
AWSIotAsync.listCertificatesAsync(ListCertificatesRequest listCertificatesRequest,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Lists the certificates registered in your Amazon Web Services account.
|
Future<ListCertificatesResult> |
AWSIotAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
ListCertificatesResult.clone() |
ListCertificatesResult |
ListCertificatesResult.withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
ListCertificatesResult.withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
ListCertificatesResult.withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
|
Copyright © 2023. All rights reserved.