Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.ListUserPoolClients C# (CSharp) Method

ListUserPoolClients() public method

Lists the clients that have been created for the specified user pool.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public ListUserPoolClients ( ListUserPoolClientsRequest request ) : ListUserPoolClientsResponse
request Amazon.CognitoIdentityProvider.Model.ListUserPoolClientsRequest Container for the necessary parameters to execute the ListUserPoolClients service method.
return Amazon.CognitoIdentityProvider.Model.ListUserPoolClientsResponse
        public ListUserPoolClientsResponse ListUserPoolClients(ListUserPoolClientsRequest request)
        {
            var marshaller = new ListUserPoolClientsRequestMarshaller();
            var unmarshaller = ListUserPoolClientsResponseUnmarshaller.Instance;

            return Invoke<ListUserPoolClientsRequest,ListUserPoolClientsResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient