Uses of Class
com.amazonaws.services.iot.model.ListCertificatesByCAResult
-
Packages that use ListCertificatesByCAResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListCertificatesByCAResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListCertificatesByCAResult Modifier and Type Method Description ListCertificatesByCAResult
AbstractAWSIot. listCertificatesByCA(ListCertificatesByCARequest request)
ListCertificatesByCAResult
AWSIot. listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.ListCertificatesByCAResult
AWSIotClient. listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)
List the device certificates signed by the specified CA certificate.Method parameters in com.amazonaws.services.iot with type arguments of type ListCertificatesByCAResult Modifier and Type Method Description Future<ListCertificatesByCAResult>
AbstractAWSIotAsync. 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>
AWSIotAsyncClient. listCertificatesByCAAsync(ListCertificatesByCARequest request, AsyncHandler<ListCertificatesByCARequest,ListCertificatesByCAResult> asyncHandler)
-
Uses of ListCertificatesByCAResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListCertificatesByCAResult Modifier and Type Method 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.
-