Uses of Class
com.amazonaws.services.iot.model.ListCACertificatesResult
-
Packages that use ListCACertificatesResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of ListCACertificatesResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListCACertificatesResult Modifier and Type Method Description ListCACertificatesResult
AbstractAWSIot. listCACertificates(ListCACertificatesRequest request)
ListCACertificatesResult
AWSIot. listCACertificates(ListCACertificatesRequest listCACertificatesRequest)
Lists the CA certificates registered for your AWS account.ListCACertificatesResult
AWSIotClient. listCACertificates(ListCACertificatesRequest listCACertificatesRequest)
Lists the CA certificates registered for your AWS account.Method parameters in com.amazonaws.services.iot with type arguments of type ListCACertificatesResult Modifier and Type Method Description Future<ListCACertificatesResult>
AbstractAWSIotAsync. listCACertificatesAsync(ListCACertificatesRequest request, AsyncHandler<ListCACertificatesRequest,ListCACertificatesResult> asyncHandler)
Future<ListCACertificatesResult>
AWSIotAsync. listCACertificatesAsync(ListCACertificatesRequest listCACertificatesRequest, AsyncHandler<ListCACertificatesRequest,ListCACertificatesResult> asyncHandler)
Lists the CA certificates registered for your AWS account.Future<ListCACertificatesResult>
AWSIotAsyncClient. listCACertificatesAsync(ListCACertificatesRequest request, AsyncHandler<ListCACertificatesRequest,ListCACertificatesResult> asyncHandler)
-
Uses of ListCACertificatesResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListCACertificatesResult Modifier and Type Method Description ListCACertificatesResult
ListCACertificatesResult. clone()
ListCACertificatesResult
ListCACertificatesResult. withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.ListCACertificatesResult
ListCACertificatesResult. withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.ListCACertificatesResult
ListCACertificatesResult. withNextMarker(String nextMarker)
The current position within the list of CA certificates.
-