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 ListCertificatesResultAbstractAWSIot. listCertificates(ListCertificatesRequest request)ListCertificatesResultAWSIot. listCertificates(ListCertificatesRequest listCertificatesRequest)Lists the certificates registered in your AWS account.ListCertificatesResultAWSIotClient. 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 ListCertificatesResultListCertificatesResult. clone()ListCertificatesResultListCertificatesResult. withCertificates(Certificate... certificates)The descriptions of the certificates.ListCertificatesResultListCertificatesResult. withCertificates(Collection<Certificate> certificates)The descriptions of the certificates.ListCertificatesResultListCertificatesResult. withNextMarker(String nextMarker)The marker for the next set of results, or null if there are no additional results.
-