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

ListUserImportJobs() public method

Lists the user import jobs.
/// 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 ListUserImportJobs ( ListUserImportJobsRequest request ) : ListUserImportJobsResponse
request Amazon.CognitoIdentityProvider.Model.ListUserImportJobsRequest Container for the necessary parameters to execute the ListUserImportJobs service method.
return Amazon.CognitoIdentityProvider.Model.ListUserImportJobsResponse
        public ListUserImportJobsResponse ListUserImportJobs(ListUserImportJobsRequest request)
        {
            var marshaller = new ListUserImportJobsRequestMarshaller();
            var unmarshaller = ListUserImportJobsResponseUnmarshaller.Instance;

            return Invoke<ListUserImportJobsRequest,ListUserImportJobsResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient