Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
AbstractAWSIot.listCertificates(ListCertificatesRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSIotAsync.listCertificatesAsync(ListCertificatesRequest request) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsyncClient.listCertificatesAsync(ListCertificatesRequest request) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsync.listCertificatesAsync(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.
|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSIotAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsync.listCertificatesAsync(ListCertificatesRequest listCertificatesRequest,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Lists the certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCertificatesResult> |
AbstractAWSIotAsync.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsyncClient.listCertificatesAsync(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesResult> |
AWSIotAsync.listCertificatesAsync(ListCertificatesRequest listCertificatesRequest,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Lists the certificates registered in your AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
ListCertificatesResult.clone() |
ListCertificatesResult |
ListCertificatesResult.withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
ListCertificatesResult.withCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
ListCertificatesResult.withNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
ListCertificatesResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |