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

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

Lists all of the clients.

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 ListLunaClients 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 ListLunaClients ( ) : ListLunaClientsResponse
Результат Amazon.CloudHSM.Model.ListLunaClientsResponse
        public ListLunaClientsResponse ListLunaClients()
        {
            var request = new ListLunaClientsRequest();
            return ListLunaClients(request);
        }

Same methods

AmazonCloudHSMClient::ListLunaClients ( Amazon.CloudHSM.Model.ListLunaClientsRequest request ) : ListLunaClientsResponse