Amazon.CloudHSM.AmazonCloudHSMClient.ListHsms C# (CSharp) Метод

ListHsms() публичный Метод

Retrieves the identifiers of all of the HSMs provisioned for the current customer.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHsms to retrieve the next set of items.

/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public ListHsms ( ) : ListHsmsResponse
Результат Amazon.CloudHSM.Model.ListHsmsResponse
        public ListHsmsResponse ListHsms()
        {
            var request = new ListHsmsRequest();
            return ListHsms(request);
        }

Same methods

AmazonCloudHSMClient::ListHsms ( Amazon.CloudHSM.Model.ListHsmsRequest request ) : ListHsmsResponse