Uses of Class
com.amazonaws.services.iot.model.ListCACertificatesResult
Packages that use ListCACertificatesResult
-
Uses of ListCACertificatesResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListCACertificatesResultModifier and TypeMethodDescriptionAbstractAWSIot.listCACertificates
(ListCACertificatesRequest request) AWSIot.listCACertificates
(ListCACertificatesRequest listCACertificatesRequest) Lists the CA certificates registered for your AWS account.AWSIotClient.listCACertificates
(ListCACertificatesRequest listCACertificatesRequest) Lists the CA certificates registered for your AWS account.Methods in com.amazonaws.services.iot that return types with arguments of type ListCACertificatesResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest request) AbstractAWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest request, AsyncHandler<ListCACertificatesRequest, ListCACertificatesResult> asyncHandler) AWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest listCACertificatesRequest) Lists the CA certificates registered for your AWS account.AWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest listCACertificatesRequest, AsyncHandler<ListCACertificatesRequest, ListCACertificatesResult> asyncHandler) Lists the CA certificates registered for your AWS account.AWSIotAsyncClient.listCACertificatesAsync
(ListCACertificatesRequest request) AWSIotAsyncClient.listCACertificatesAsync
(ListCACertificatesRequest request, AsyncHandler<ListCACertificatesRequest, ListCACertificatesResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type ListCACertificatesResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest request, AsyncHandler<ListCACertificatesRequest, ListCACertificatesResult> asyncHandler) AWSIotAsync.listCACertificatesAsync
(ListCACertificatesRequest listCACertificatesRequest, AsyncHandler<ListCACertificatesRequest, ListCACertificatesResult> asyncHandler) Lists the CA certificates registered for your AWS account.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 ListCACertificatesResultModifier and TypeMethodDescriptionListCACertificatesResult.clone()
ListCACertificatesResult.withCertificates
(CACertificate... certificates) The CA certificates registered in your AWS account.ListCACertificatesResult.withCertificates
(Collection<CACertificate> certificates) The CA certificates registered in your AWS account.ListCACertificatesResult.withNextMarker
(String nextMarker) The current position within the list of CA certificates.