Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
AWSIotClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
ListCertificatesResult |
AWSIot.listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
ListCertificatesResult |
AbstractAWSIot.listCertificates(ListCertificatesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListCertificatesResult> |
AWSIotAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
Future<ListCertificatesResult> |
AWSIotAsync.listCertificatesAsync(ListCertificatesRequest listCertificatesRequest,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Lists the certificates registered in your AWS account.
|
Future<ListCertificatesResult> |
AbstractAWSIotAsync.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 © 2018. All rights reserved.