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 ListCertificatesByCAResultAbstractAWSIot. listCertificatesByCA(ListCertificatesByCARequest request)ListCertificatesByCAResultAWSIot. listCertificatesByCA(ListCertificatesByCARequest listCertificatesByCARequest)List the device certificates signed by the specified CA certificate.ListCertificatesByCAResultAWSIotClient. 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 ListCertificatesByCAResultListCertificatesByCAResult. clone()ListCertificatesByCAResultListCertificatesByCAResult. withCertificates(Certificate... certificates)The device certificates signed by the specified CA certificate.ListCertificatesByCAResultListCertificatesByCAResult. withCertificates(Collection<Certificate> certificates)The device certificates signed by the specified CA certificate.ListCertificatesByCAResultListCertificatesByCAResult. withNextMarker(String nextMarker)The marker for the next set of results, or null if there are no additional results.
-