Amazon.IoT.AmazonIoTClient.ListCertificates C# (CSharp) Method

ListCertificates() public method

Lists the certificates registered in your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

/// An unexpected error has occurred. /// /// The request is not valid. /// /// The service is temporarily unavailable. /// /// The rate exceeds the limit. /// /// You are not authorized to perform this operation. ///
public ListCertificates ( ) : ListCertificatesResponse
return ListCertificatesResponse
        public ListCertificatesResponse ListCertificates()
        {
            var request = new ListCertificatesRequest();
            return ListCertificates(request);
        }

Same methods

AmazonIoTClient::ListCertificates ( ListCertificatesRequest request ) : ListCertificatesResponse
AmazonIoTClient