Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.StartUserImportJob C# (CSharp) Метод

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

Starts the user import.
/// 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 a precondition is not met. /// /// 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 StartUserImportJob ( StartUserImportJobRequest request ) : StartUserImportJobResponse
request Amazon.CognitoIdentityProvider.Model.StartUserImportJobRequest Container for the necessary parameters to execute the StartUserImportJob service method.
Результат Amazon.CognitoIdentityProvider.Model.StartUserImportJobResponse
        public StartUserImportJobResponse StartUserImportJob(StartUserImportJobRequest request)
        {
            var marshaller = new StartUserImportJobRequestMarshaller();
            var unmarshaller = StartUserImportJobResponseUnmarshaller.Instance;

            return Invoke<StartUserImportJobRequest,StartUserImportJobResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient