Uses of Class
com.amazonaws.services.iot.model.ListCertificatesResult
-
Packages that use ListCertificatesResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListCertificatesResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListCertificatesResult Modifier and Type Method Description ListCertificatesResult
AbstractAWSIot. listCertificates(ListCertificatesRequest request)
ListCertificatesResult
AWSIot. listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.ListCertificatesResult
AWSIotClient. listCertificates(ListCertificatesRequest listCertificatesRequest)
Lists the certificates registered in your AWS account.Method parameters in com.amazonaws.services.iot with type arguments of type ListCertificatesResult Modifier and Type Method Description Future<ListCertificatesResult>
AbstractAWSIotAsync. listCertificatesAsync(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Future<ListCertificatesResult>
AWSIotAsync. listCertificatesAsync(ListCertificatesRequest listCertificatesRequest, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
Lists the certificates registered in your AWS account.Future<ListCertificatesResult>
AWSIotAsyncClient. listCertificatesAsync(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
-
Uses of ListCertificatesResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListCertificatesResult Modifier and Type Method Description ListCertificatesResult
ListCertificatesResult. clone()
ListCertificatesResult
ListCertificatesResult. withCertificates(Certificate... certificates)
The descriptions of the certificates.ListCertificatesResult
ListCertificatesResult. withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.ListCertificatesResult
ListCertificatesResult. withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
-