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

ListUserPools() public method

Lists the user pools associated with an AWS account.
/// 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 gets thrown when the user has made too many requests for a given operation. ///
public ListUserPools ( ListUserPoolsRequest request ) : ListUserPoolsResponse
request Amazon.CognitoIdentityProvider.Model.ListUserPoolsRequest Container for the necessary parameters to execute the ListUserPools service method.
return Amazon.CognitoIdentityProvider.Model.ListUserPoolsResponse
        public ListUserPoolsResponse ListUserPools(ListUserPoolsRequest request)
        {
            var marshaller = new ListUserPoolsRequestMarshaller();
            var unmarshaller = ListUserPoolsResponseUnmarshaller.Instance;

            return Invoke<ListUserPoolsRequest,ListUserPoolsResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient