Amazon.CognitoIdentity.AmazonCognitoIdentityClient.ListIdentityPools C# (CSharp) Method

ListIdentityPools() public method

Lists all of the Cognito identity pools registered for your account.

You must use AWS Developer credentials to call this API.

/// Thrown when the service encounters an error during processing the request. /// /// Thrown for missing or bad input parameter(s). /// /// Thrown when a user is not authorized to access the requested resource. /// /// Thrown when a request is throttled. ///
public ListIdentityPools ( ListIdentityPoolsRequest request ) : ListIdentityPoolsResponse
request ListIdentityPoolsRequest Container for the necessary parameters to execute the ListIdentityPools service method.
return ListIdentityPoolsResponse
        public ListIdentityPoolsResponse ListIdentityPools(ListIdentityPoolsRequest request)
        {
            var marshaller = new ListIdentityPoolsRequestMarshaller();
            var unmarshaller = ListIdentityPoolsResponseUnmarshaller.Instance;

            return Invoke<ListIdentityPoolsRequest,ListIdentityPoolsResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityClient