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