Package | Description |
---|---|
com.amazonaws.services.iot | |
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCAResult |
AbstractAWSIot.listCertificatesByCA(ListCertificatesByCARequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCertificatesByCAResult> |
AbstractAWSIotAsync.listCertificatesByCAAsync(ListCertificatesByCARequest request,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesByCAResult> |
AWSIotAsyncClient.listCertificatesByCAAsync(ListCertificatesByCARequest request,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler) |
java.util.concurrent.Future<ListCertificatesByCAResult> |
AWSIotAsync.listCertificatesByCAAsync(ListCertificatesByCARequest listCertificatesByCARequest,
AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler)
List the device certificates signed by the specified CA certificate.
|
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(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
ListCertificatesByCAResult.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 |
---|---|
ListCertificatesByCAResult |
ListCertificatesByCAResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |