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 ( Amazon.CloudHSM.Model.ListHsmsRequest request ) : ListHsmsResponse
request Amazon.CloudHSM.Model.ListHsmsRequest Container for the necessary parameters to execute the ListHsms service method.
Результат Amazon.CloudHSM.Model.ListHsmsResponse
        public ListHsmsResponse ListHsms(ListHsmsRequest request)
        {
            var marshaller = new ListHsmsRequestMarshaller();
            var unmarshaller = ListHsmsResponseUnmarshaller.Instance;

            return Invoke<ListHsmsRequest,ListHsmsResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCloudHSMClient::ListHsms ( ) : ListHsmsResponse