Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCAResult |
AWSIotClient.listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
AWSIot.listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
AbstractAWSIot.listCertificatesByCA(ListCertificatesByCARequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListCertificatesByCAResult> |
AWSIotAsyncClient.listCertificatesByCAAsync(ListCertificatesByCARequest request,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler) |
Future<ListCertificatesByCAResult> |
AWSIotAsync.listCertificatesByCAAsync(ListCertificatesByCARequest listCertificatesByCARequest,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler)
List the device certificates signed by the specified CA certificate.
|
Future<ListCertificatesByCAResult> |
AbstractAWSIotAsync.listCertificatesByCAAsync(ListCertificatesByCARequest request,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCAResult |
ListCertificatesByCAResult.clone() |
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
Copyright © 2018. All rights reserved.