Method | Description | |
---|---|---|
AddCustomAttributes ( |
Adds additional user attributes to the user pool schema.
|
|
AddCustomAttributesAsync ( |
Initiates the asynchronous execution of the AddCustomAttributes operation.
|
|
AdminConfirmSignUp ( |
Confirms user registration as an admin without using a confirmation code. Works on any user.
|
|
AdminConfirmSignUpAsync ( |
Initiates the asynchronous execution of the AdminConfirmSignUp operation.
|
|
AdminCreateUser ( |
Creates a new user in the specified user pool and sends a welcome message via email or phone (SMS). This message is based on a template that you configured in your call to CreateUserPool or UpdateUserPool. This template includes your custom sign-up instructions and placeholders for user name and temporary password. Requires developer credentials.
|
|
AdminCreateUserAsync ( |
Initiates the asynchronous execution of the AdminCreateUser operation.
|
|
AdminDeleteUser ( |
Deletes a user as an administrator. Works on any user.
|
|
AdminDeleteUserAsync ( |
Initiates the asynchronous execution of the AdminDeleteUser operation.
|
|
AdminDeleteUserAttributes ( |
Deletes the user attributes in a user pool as an administrator. Works on any user.
|
|
AdminDeleteUserAttributesAsync ( |
Initiates the asynchronous execution of the AdminDeleteUserAttributes operation.
|
|
AdminDisableUser ( |
Disables the specified user as an administrator. Works on any user.
|
|
AdminDisableUserAsync ( |
Initiates the asynchronous execution of the AdminDisableUser operation.
|
|
AdminEnableUser ( |
Enables the specified user as an administrator. Works on any user.
|
|
AdminEnableUserAsync ( |
Initiates the asynchronous execution of the AdminEnableUser operation.
|
|
AdminForgetDevice ( |
Forgets the device, as an administrator.
|
|
AdminForgetDeviceAsync ( |
Initiates the asynchronous execution of the AdminForgetDevice operation.
|
|
AdminGetDevice ( |
Gets the device, as an administrator.
|
|
AdminGetDeviceAsync ( |
Initiates the asynchronous execution of the AdminGetDevice operation.
|
|
AdminGetUser ( |
Gets the specified user by user name in a user pool as an administrator. Works on any user.
|
|
AdminGetUserAsync ( |
Initiates the asynchronous execution of the AdminGetUser operation.
|
|
AdminInitiateAuth ( |
Initiates the authentication flow, as an administrator.
|
|
AdminInitiateAuthAsync ( |
Initiates the asynchronous execution of the AdminInitiateAuth operation.
|
|
AdminListDevices ( |
Lists devices, as an administrator.
|
|
AdminListDevicesAsync ( |
Initiates the asynchronous execution of the AdminListDevices operation.
|
|
AdminResetUserPassword ( |
Resets the specified user's password in a user pool as an administrator. Works on any user. When a developer calls this API, the current password is invalidated, so it must be changed. If a user tries to sign in after the API is called, the app will get a PasswordResetRequiredException exception back and should direct the user down the flow to reset the password, which is the same as the forgot password flow. In addition, if the user pool has phone verification selected and a verified phone number exists for the user, or if email verification is selected and a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.
|
|
AdminResetUserPasswordAsync ( |
Initiates the asynchronous execution of the AdminResetUserPassword operation.
|
|
AdminRespondToAuthChallenge ( |
Responds to an authentication challenge, as an administrator.
|
|
AdminRespondToAuthChallengeAsync ( |
Initiates the asynchronous execution of the AdminRespondToAuthChallenge operation.
|
|
AdminSetUserSettings ( |
Sets all the user settings for a specified user name. Works on any user.
|
|
AdminSetUserSettingsAsync ( |
Initiates the asynchronous execution of the AdminSetUserSettings operation.
|
|
AdminUpdateDeviceStatus ( |
Updates the device status as an administrator.
|
|
AdminUpdateDeviceStatusAsync ( |
Initiates the asynchronous execution of the AdminUpdateDeviceStatus operation.
|
|
AdminUpdateUserAttributes ( |
Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.
|
|
AdminUpdateUserAttributesAsync ( |
Initiates the asynchronous execution of the AdminUpdateUserAttributes operation.
|
|
AdminUserGlobalSignOut ( |
Signs out users from all devices, as an administrator.
|
|
AdminUserGlobalSignOutAsync ( |
Initiates the asynchronous execution of the AdminUserGlobalSignOut operation.
|
|
AmazonCognitoIdentityProviderClient ( ) : System |
Constructs AmazonCognitoIdentityProviderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityProviderClient ( |
Constructs AmazonCognitoIdentityProviderClient with AWS Credentials
|
|
AmazonCognitoIdentityProviderClient ( |
Constructs AmazonCognitoIdentityProviderClient with AWS Credentials and an AmazonCognitoIdentityProviderClient Configuration object.
|
|
AmazonCognitoIdentityProviderClient ( |
Constructs AmazonCognitoIdentityProviderClient with AWS Credentials
|
|
AmazonCognitoIdentityProviderClient ( |
Constructs AmazonCognitoIdentityProviderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityProviderClient ( RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityProviderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityProviderClient Configuration object.
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityProviderClient Configuration object.
|
|
AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityProviderClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddCustomAttributes ( |
Initiates the asynchronous execution of the AddCustomAttributes operation.
|
|
BeginAdminConfirmSignUp ( |
Initiates the asynchronous execution of the AdminConfirmSignUp operation.
|
|
BeginAdminCreateUser ( |
Initiates the asynchronous execution of the AdminCreateUser operation.
|
|
BeginAdminDeleteUser ( |
Initiates the asynchronous execution of the AdminDeleteUser operation.
|
|
BeginAdminDeleteUserAttributes ( |
Initiates the asynchronous execution of the AdminDeleteUserAttributes operation.
|
|
BeginAdminDisableUser ( |
Initiates the asynchronous execution of the AdminDisableUser operation.
|
|
BeginAdminEnableUser ( |
Initiates the asynchronous execution of the AdminEnableUser operation.
|
|
BeginAdminForgetDevice ( |
Initiates the asynchronous execution of the AdminForgetDevice operation.
|
|
BeginAdminGetDevice ( |
Initiates the asynchronous execution of the AdminGetDevice operation.
|
|
BeginAdminGetUser ( |
Initiates the asynchronous execution of the AdminGetUser operation.
|
|
BeginAdminInitiateAuth ( |
Initiates the asynchronous execution of the AdminInitiateAuth operation.
|
|
BeginAdminListDevices ( |
Initiates the asynchronous execution of the AdminListDevices operation.
|
|
BeginAdminResetUserPassword ( |
Initiates the asynchronous execution of the AdminResetUserPassword operation.
|
|
BeginAdminRespondToAuthChallenge ( |
Initiates the asynchronous execution of the AdminRespondToAuthChallenge operation.
|
|
BeginAdminSetUserSettings ( |
Initiates the asynchronous execution of the AdminSetUserSettings operation.
|
|
BeginAdminUpdateDeviceStatus ( |
Initiates the asynchronous execution of the AdminUpdateDeviceStatus operation.
|
|
BeginAdminUpdateUserAttributes ( |
Initiates the asynchronous execution of the AdminUpdateUserAttributes operation.
|
|
BeginAdminUserGlobalSignOut ( |
Initiates the asynchronous execution of the AdminUserGlobalSignOut operation.
|
|
BeginChangePassword ( ChangePasswordRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ChangePassword operation.
|
|
BeginConfirmDevice ( |
Initiates the asynchronous execution of the ConfirmDevice operation.
|
|
BeginConfirmForgotPassword ( |
Initiates the asynchronous execution of the ConfirmForgotPassword operation.
|
|
BeginConfirmSignUp ( |
Initiates the asynchronous execution of the ConfirmSignUp operation.
|
|
BeginCreateUserImportJob ( |
Initiates the asynchronous execution of the CreateUserImportJob operation.
|
|
BeginCreateUserPool ( |
Initiates the asynchronous execution of the CreateUserPool operation.
|
|
BeginCreateUserPoolClient ( |
Initiates the asynchronous execution of the CreateUserPoolClient operation.
|
|
BeginDeleteUser ( |
Initiates the asynchronous execution of the DeleteUser operation.
|
|
BeginDeleteUserAttributes ( |
Initiates the asynchronous execution of the DeleteUserAttributes operation.
|
|
BeginDeleteUserPool ( |
Initiates the asynchronous execution of the DeleteUserPool operation.
|
|
BeginDeleteUserPoolClient ( |
Initiates the asynchronous execution of the DeleteUserPoolClient operation.
|
|
BeginDescribeUserImportJob ( DescribeUserImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeUserImportJob operation.
|
|
BeginDescribeUserPool ( |
Initiates the asynchronous execution of the DescribeUserPool operation.
|
|
BeginDescribeUserPoolClient ( |
Initiates the asynchronous execution of the DescribeUserPoolClient operation.
|
|
BeginForgetDevice ( |
Initiates the asynchronous execution of the ForgetDevice operation.
|
|
BeginForgotPassword ( |
Initiates the asynchronous execution of the ForgotPassword operation.
|
|
BeginGetCSVHeader ( |
Initiates the asynchronous execution of the GetCSVHeader operation.
|
|
BeginGetDevice ( |
Initiates the asynchronous execution of the GetDevice operation.
|
|
BeginGetUser ( |
Initiates the asynchronous execution of the GetUser operation.
|
|
BeginGetUserAttributeVerificationCode ( |
Initiates the asynchronous execution of the GetUserAttributeVerificationCode operation.
|
|
BeginGlobalSignOut ( |
Initiates the asynchronous execution of the GlobalSignOut operation.
|
|
BeginInitiateAuth ( |
Initiates the asynchronous execution of the InitiateAuth operation.
|
|
BeginListDevices ( |
Initiates the asynchronous execution of the ListDevices operation.
|
|
BeginListUserImportJobs ( |
Initiates the asynchronous execution of the ListUserImportJobs operation.
|
|
BeginListUserPoolClients ( |
Initiates the asynchronous execution of the ListUserPoolClients operation.
|
|
BeginListUserPools ( |
Initiates the asynchronous execution of the ListUserPools operation.
|
|
BeginListUsers ( |
Initiates the asynchronous execution of the ListUsers operation.
|
|
BeginResendConfirmationCode ( |
Initiates the asynchronous execution of the ResendConfirmationCode operation.
|
|
BeginRespondToAuthChallenge ( |
Initiates the asynchronous execution of the RespondToAuthChallenge operation.
|
|
BeginSetUserSettings ( |
Initiates the asynchronous execution of the SetUserSettings operation.
|
|
BeginSignUp ( |
Initiates the asynchronous execution of the SignUp operation.
|
|
BeginStartUserImportJob ( |
Initiates the asynchronous execution of the StartUserImportJob operation.
|
|
BeginStopUserImportJob ( |
Initiates the asynchronous execution of the StopUserImportJob operation.
|
|
BeginUpdateDeviceStatus ( |
Initiates the asynchronous execution of the UpdateDeviceStatus operation.
|
|
BeginUpdateUserAttributes ( |
Initiates the asynchronous execution of the UpdateUserAttributes operation.
|
|
BeginUpdateUserPool ( |
Initiates the asynchronous execution of the UpdateUserPool operation.
|
|
BeginUpdateUserPoolClient ( |
Initiates the asynchronous execution of the UpdateUserPoolClient operation.
|
|
BeginVerifyUserAttribute ( |
Initiates the asynchronous execution of the VerifyUserAttribute operation.
|
|
ChangePassword ( ChangePasswordRequest request ) : ChangePasswordResponse |
Changes the password for a specified user in a user pool.
|
|
ChangePasswordAsync ( ChangePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ChangePassword operation.
|
|
ConfirmDevice ( |
Confirms tracking of the device. This API call is the call that beings device tracking.
|
|
ConfirmDeviceAsync ( |
Initiates the asynchronous execution of the ConfirmDevice operation.
|
|
ConfirmForgotPassword ( |
Allows a user to enter a code provided when they reset their password to update their password.
|
|
ConfirmForgotPasswordAsync ( |
Initiates the asynchronous execution of the ConfirmForgotPassword operation.
|
|
ConfirmSignUp ( |
Confirms registration of a user and handles the existing alias from a previous user.
|
|
ConfirmSignUpAsync ( |
Initiates the asynchronous execution of the ConfirmSignUp operation.
|
|
CreateUserImportJob ( |
Creates the user import job.
|
|
CreateUserImportJobAsync ( |
Initiates the asynchronous execution of the CreateUserImportJob operation.
|
|
CreateUserPool ( |
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
|
CreateUserPoolAsync ( |
Initiates the asynchronous execution of the CreateUserPool operation.
|
|
CreateUserPoolClient ( |
Creates the user pool client.
|
|
CreateUserPoolClientAsync ( |
Initiates the asynchronous execution of the CreateUserPoolClient operation.
|
|
DeleteUser ( |
Allows a user to delete one's self.
|
|
DeleteUserAsync ( |
Initiates the asynchronous execution of the DeleteUser operation.
|
|
DeleteUserAttributes ( |
Deletes the attributes for a user.
|
|
DeleteUserAttributesAsync ( |
Initiates the asynchronous execution of the DeleteUserAttributes operation.
|
|
DeleteUserPool ( |
Deletes the specified Amazon Cognito user pool.
|
|
DeleteUserPoolAsync ( |
Initiates the asynchronous execution of the DeleteUserPool operation.
|
|
DeleteUserPoolClient ( |
Allows the developer to delete the user pool client.
|
|
DeleteUserPoolClientAsync ( |
Initiates the asynchronous execution of the DeleteUserPoolClient operation.
|
|
DescribeUserImportJob ( DescribeUserImportJobRequest request ) : |
Describes the user import job.
|
|
DescribeUserImportJobAsync ( DescribeUserImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeUserImportJob operation.
|
|
DescribeUserPool ( |
Returns the configuration information and metadata of the specified user pool.
|
|
DescribeUserPoolAsync ( |
Initiates the asynchronous execution of the DescribeUserPool operation.
|
|
DescribeUserPoolClient ( |
Client method for returning the configuration information and metadata of the specified user pool client.
|
|
DescribeUserPoolClientAsync ( |
Initiates the asynchronous execution of the DescribeUserPoolClient operation.
|
|
EndAddCustomAttributes ( IAsyncResult asyncResult ) : AddCustomAttributesResponse |
Finishes the asynchronous execution of the AddCustomAttributes operation.
|
|
EndAdminConfirmSignUp ( IAsyncResult asyncResult ) : AdminConfirmSignUpResponse |
Finishes the asynchronous execution of the AdminConfirmSignUp operation.
|
|
EndAdminCreateUser ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminCreateUser operation.
|
|
EndAdminDeleteUser ( IAsyncResult asyncResult ) : AdminDeleteUserResponse |
Finishes the asynchronous execution of the AdminDeleteUser operation.
|
|
EndAdminDeleteUserAttributes ( IAsyncResult asyncResult ) : AdminDeleteUserAttributesResponse |
Finishes the asynchronous execution of the AdminDeleteUserAttributes operation.
|
|
EndAdminDisableUser ( IAsyncResult asyncResult ) : AdminDisableUserResponse |
Finishes the asynchronous execution of the AdminDisableUser operation.
|
|
EndAdminEnableUser ( IAsyncResult asyncResult ) : AdminEnableUserResponse |
Finishes the asynchronous execution of the AdminEnableUser operation.
|
|
EndAdminForgetDevice ( IAsyncResult asyncResult ) : AdminForgetDeviceResponse |
Finishes the asynchronous execution of the AdminForgetDevice operation.
|
|
EndAdminGetDevice ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminGetDevice operation.
|
|
EndAdminGetUser ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminGetUser operation.
|
|
EndAdminInitiateAuth ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminInitiateAuth operation.
|
|
EndAdminListDevices ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminListDevices operation.
|
|
EndAdminResetUserPassword ( IAsyncResult asyncResult ) : AdminResetUserPasswordResponse |
Finishes the asynchronous execution of the AdminResetUserPassword operation.
|
|
EndAdminRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AdminRespondToAuthChallenge operation.
|
|
EndAdminSetUserSettings ( IAsyncResult asyncResult ) : AdminSetUserSettingsResponse |
Finishes the asynchronous execution of the AdminSetUserSettings operation.
|
|
EndAdminUpdateDeviceStatus ( IAsyncResult asyncResult ) : AdminUpdateDeviceStatusResponse |
Finishes the asynchronous execution of the AdminUpdateDeviceStatus operation.
|
|
EndAdminUpdateUserAttributes ( IAsyncResult asyncResult ) : AdminUpdateUserAttributesResponse |
Finishes the asynchronous execution of the AdminUpdateUserAttributes operation.
|
|
EndAdminUserGlobalSignOut ( IAsyncResult asyncResult ) : AdminUserGlobalSignOutResponse |
Finishes the asynchronous execution of the AdminUserGlobalSignOut operation.
|
|
EndChangePassword ( IAsyncResult asyncResult ) : ChangePasswordResponse |
Finishes the asynchronous execution of the ChangePassword operation.
|
|
EndConfirmDevice ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ConfirmDevice operation.
|
|
EndConfirmForgotPassword ( IAsyncResult asyncResult ) : ConfirmForgotPasswordResponse |
Finishes the asynchronous execution of the ConfirmForgotPassword operation.
|
|
EndConfirmSignUp ( IAsyncResult asyncResult ) : ConfirmSignUpResponse |
Finishes the asynchronous execution of the ConfirmSignUp operation.
|
|
EndCreateUserImportJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateUserImportJob operation.
|
|
EndCreateUserPool ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateUserPool operation.
|
|
EndCreateUserPoolClient ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateUserPoolClient operation.
|
|
EndDeleteUser ( IAsyncResult asyncResult ) : DeleteUserResponse |
Finishes the asynchronous execution of the DeleteUser operation.
|
|
EndDeleteUserAttributes ( IAsyncResult asyncResult ) : DeleteUserAttributesResponse |
Finishes the asynchronous execution of the DeleteUserAttributes operation.
|
|
EndDeleteUserPool ( IAsyncResult asyncResult ) : DeleteUserPoolResponse |
Finishes the asynchronous execution of the DeleteUserPool operation.
|
|
EndDeleteUserPoolClient ( IAsyncResult asyncResult ) : DeleteUserPoolClientResponse |
Finishes the asynchronous execution of the DeleteUserPoolClient operation.
|
|
EndDescribeUserImportJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeUserImportJob operation.
|
|
EndDescribeUserPool ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeUserPool operation.
|
|
EndDescribeUserPoolClient ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeUserPoolClient operation.
|
|
EndForgetDevice ( IAsyncResult asyncResult ) : ForgetDeviceResponse |
Finishes the asynchronous execution of the ForgetDevice operation.
|
|
EndForgotPassword ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ForgotPassword operation.
|
|
EndGetCSVHeader ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetCSVHeader operation.
|
|
EndGetDevice ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetDevice operation.
|
|
EndGetUser ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetUser operation.
|
|
EndGetUserAttributeVerificationCode ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetUserAttributeVerificationCode operation.
|
|
EndGlobalSignOut ( IAsyncResult asyncResult ) : GlobalSignOutResponse |
Finishes the asynchronous execution of the GlobalSignOut operation.
|
|
EndInitiateAuth ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the InitiateAuth operation.
|
|
EndListDevices ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListDevices operation.
|
|
EndListUserImportJobs ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListUserImportJobs operation.
|
|
EndListUserPoolClients ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListUserPoolClients operation.
|
|
EndListUserPools ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListUserPools operation.
|
|
EndListUsers ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListUsers operation.
|
|
EndResendConfirmationCode ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ResendConfirmationCode operation.
|
|
EndRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RespondToAuthChallenge operation.
|
|
EndSetUserSettings ( IAsyncResult asyncResult ) : SetUserSettingsResponse |
Finishes the asynchronous execution of the SetUserSettings operation.
|
|
EndSignUp ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the SignUp operation.
|
|
EndStartUserImportJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartUserImportJob operation.
|
|
EndStopUserImportJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StopUserImportJob operation.
|
|
EndUpdateDeviceStatus ( IAsyncResult asyncResult ) : UpdateDeviceStatusResponse |
Finishes the asynchronous execution of the UpdateDeviceStatus operation.
|
|
EndUpdateUserAttributes ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateUserAttributes operation.
|
|
EndUpdateUserPool ( IAsyncResult asyncResult ) : UpdateUserPoolResponse |
Finishes the asynchronous execution of the UpdateUserPool operation.
|
|
EndUpdateUserPoolClient ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateUserPoolClient operation.
|
|
EndVerifyUserAttribute ( IAsyncResult asyncResult ) : VerifyUserAttributeResponse |
Finishes the asynchronous execution of the VerifyUserAttribute operation.
|
|
ForgetDevice ( |
Forgets the specified device.
|
|
ForgetDeviceAsync ( |
Initiates the asynchronous execution of the ForgetDevice operation.
|
|
ForgotPassword ( |
Retrieves the password for the specified client ID or username.
|
|
ForgotPasswordAsync ( |
Initiates the asynchronous execution of the ForgotPassword operation.
|
|
GetCSVHeader ( |
Gets the header information for the .csv file to be used as input for the user import job.
|
|
GetCSVHeaderAsync ( |
Initiates the asynchronous execution of the GetCSVHeader operation.
|
|
GetDevice ( |
Gets the device.
|
|
GetDeviceAsync ( |
Initiates the asynchronous execution of the GetDevice operation.
|
|
GetUser ( |
Gets the user attributes and metadata for a user.
|
|
GetUserAsync ( |
Initiates the asynchronous execution of the GetUser operation.
|
|
GetUserAttributeVerificationCode ( |
Gets the user attribute verification code for the specified attribute name.
|
|
GetUserAttributeVerificationCodeAsync ( |
Initiates the asynchronous execution of the GetUserAttributeVerificationCode operation.
|
|
GlobalSignOut ( |
Signs out users from all devices.
|
|
GlobalSignOutAsync ( |
Initiates the asynchronous execution of the GlobalSignOut operation.
|
|
InitiateAuth ( |
Initiates the authentication flow.
|
|
InitiateAuthAsync ( |
Initiates the asynchronous execution of the InitiateAuth operation.
|
|
ListDevices ( |
Lists the devices.
|
|
ListDevicesAsync ( |
Initiates the asynchronous execution of the ListDevices operation.
|
|
ListUserImportJobs ( |
Lists the user import jobs.
|
|
ListUserImportJobsAsync ( |
Initiates the asynchronous execution of the ListUserImportJobs operation.
|
|
ListUserPoolClients ( |
Lists the clients that have been created for the specified user pool.
|
|
ListUserPoolClientsAsync ( |
Initiates the asynchronous execution of the ListUserPoolClients operation.
|
|
ListUserPools ( |
Lists the user pools associated with an AWS account.
|
|
ListUserPoolsAsync ( |
Initiates the asynchronous execution of the ListUserPools operation.
|
|
ListUsers ( |
Lists the users in the Amazon Cognito user pool.
|
|
ListUsersAsync ( |
Initiates the asynchronous execution of the ListUsers operation.
|
|
ResendConfirmationCode ( |
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
|
ResendConfirmationCodeAsync ( |
Initiates the asynchronous execution of the ResendConfirmationCode operation.
|
|
RespondToAuthChallenge ( |
Responds to the authentication challenge.
|
|
RespondToAuthChallengeAsync ( |
Initiates the asynchronous execution of the RespondToAuthChallenge operation.
|
|
SetUserSettings ( |
Sets the user settings like multi-factor authentication (MFA). If MFA is to be removed for a particular attribute pass the attribute with code delivery as null. If null list is passed, all MFA options are removed.
|
|
SetUserSettingsAsync ( |
Initiates the asynchronous execution of the SetUserSettings operation.
|
|
SignUp ( |
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
|
SignUpAsync ( |
Initiates the asynchronous execution of the SignUp operation.
|
|
StartUserImportJob ( |
Starts the user import.
|
|
StartUserImportJobAsync ( |
Initiates the asynchronous execution of the StartUserImportJob operation.
|
|
StopUserImportJob ( |
Stops the user import job.
|
|
StopUserImportJobAsync ( |
Initiates the asynchronous execution of the StopUserImportJob operation.
|
|
UpdateDeviceStatus ( |
Updates the device status.
|
|
UpdateDeviceStatusAsync ( |
Initiates the asynchronous execution of the UpdateDeviceStatus operation.
|
|
UpdateUserAttributes ( |
Allows a user to update a specific attribute (one at a time).
|
|
UpdateUserAttributesAsync ( |
Initiates the asynchronous execution of the UpdateUserAttributes operation.
|
|
UpdateUserPool ( |
Updates the specified user pool with the specified attributes.
|
|
UpdateUserPoolAsync ( |
Initiates the asynchronous execution of the UpdateUserPool operation.
|
|
UpdateUserPoolClient ( |
Allows the developer to update the specified user pool client and password policy.
|
|
UpdateUserPoolClientAsync ( |
Initiates the asynchronous execution of the UpdateUserPoolClient operation.
|
|
VerifyUserAttribute ( |
Verifies the specified user attributes in the user pool.
|
|
VerifyUserAttributeAsync ( |
Initiates the asynchronous execution of the VerifyUserAttribute operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AddCustomAttributes ( |
||
request | Container for the necessary parameters to execute the AddCustomAttributes service method. | |
return | AddCustomAttributesResponse |
public AddCustomAttributesAsync ( |
||
request | Container for the necessary parameters to execute the AddCustomAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the AdminConfirmSignUp service method. | |
return | AdminConfirmSignUpResponse |
public AdminConfirmSignUpAsync ( |
||
request | Container for the necessary parameters to execute the AdminConfirmSignUp operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminCreateUser ( |
||
request | Container for the necessary parameters to execute the AdminCreateUser service method. | |
return |
public AdminCreateUserAsync ( |
||
request | Container for the necessary parameters to execute the AdminCreateUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminDeleteUser ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUser service method. | |
return | AdminDeleteUserResponse |
public AdminDeleteUserAsync ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminDeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUserAttributes service method. | |
return | AdminDeleteUserAttributesResponse |
public AdminDeleteUserAttributesAsync ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUserAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminDisableUser ( |
||
request | Container for the necessary parameters to execute the AdminDisableUser service method. | |
return | AdminDisableUserResponse |
public AdminDisableUserAsync ( |
||
request | Container for the necessary parameters to execute the AdminDisableUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminEnableUser ( |
||
request | Container for the necessary parameters to execute the AdminEnableUser service method. | |
return | AdminEnableUserResponse |
public AdminEnableUserAsync ( |
||
request | Container for the necessary parameters to execute the AdminEnableUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminForgetDevice ( |
||
request | Container for the necessary parameters to execute the AdminForgetDevice service method. | |
return | AdminForgetDeviceResponse |
public AdminForgetDeviceAsync ( |
||
request | Container for the necessary parameters to execute the AdminForgetDevice operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminGetDevice ( |
||
request | Container for the necessary parameters to execute the AdminGetDevice service method. | |
return |
public AdminGetDeviceAsync ( |
||
request | Container for the necessary parameters to execute the AdminGetDevice operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminGetUser ( |
||
request | Container for the necessary parameters to execute the AdminGetUser service method. | |
return |
public AdminGetUserAsync ( |
||
request | Container for the necessary parameters to execute the AdminGetUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminInitiateAuth ( |
||
request | Container for the necessary parameters to execute the AdminInitiateAuth service method. | |
return |
public AdminInitiateAuthAsync ( |
||
request | Container for the necessary parameters to execute the AdminInitiateAuth operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminListDevices ( |
||
request | Container for the necessary parameters to execute the AdminListDevices service method. | |
return |
public AdminListDevicesAsync ( |
||
request | Container for the necessary parameters to execute the AdminListDevices operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminResetUserPassword ( |
||
request | Container for the necessary parameters to execute the AdminResetUserPassword service method. | |
return | AdminResetUserPasswordResponse |
public AdminResetUserPasswordAsync ( |
||
request | Container for the necessary parameters to execute the AdminResetUserPassword operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminRespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the AdminRespondToAuthChallenge service method. | |
return |
public AdminRespondToAuthChallengeAsync ( |
||
request | Container for the necessary parameters to execute the AdminRespondToAuthChallenge operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminSetUserSettings ( |
||
request | Container for the necessary parameters to execute the AdminSetUserSettings service method. | |
return | AdminSetUserSettingsResponse |
public AdminSetUserSettingsAsync ( |
||
request | Container for the necessary parameters to execute the AdminSetUserSettings operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminUpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the AdminUpdateDeviceStatus service method. | |
return | AdminUpdateDeviceStatusResponse |
public AdminUpdateDeviceStatusAsync ( |
||
request | Container for the necessary parameters to execute the AdminUpdateDeviceStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminUpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminUpdateUserAttributes service method. | |
return | AdminUpdateUserAttributesResponse |
public AdminUpdateUserAttributesAsync ( |
||
request | Container for the necessary parameters to execute the AdminUpdateUserAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AdminUserGlobalSignOut ( |
||
request | Container for the necessary parameters to execute the AdminUserGlobalSignOut service method. | |
return | AdminUserGlobalSignOutResponse |
public AdminUserGlobalSignOutAsync ( |
||
request | Container for the necessary parameters to execute the AdminUserGlobalSignOut operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AmazonCognitoIdentityProviderClient ( ) : System | ||
return | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCognitoIdentityProviderClient Configuration Object | |
return | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCognitoIdentityProviderClient ( |
||
config | The AmazonCognitoIdentityProviderClient Configuration Object | |
return | System |
public AmazonCognitoIdentityProviderClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCognitoIdentityProviderClient Configuration Object | |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCognitoIdentityProviderClient Configuration Object | |
return | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BeginAddCustomAttributes ( |
||
request | Container for the necessary parameters to execute the AddCustomAttributes operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the AdminConfirmSignUp operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminCreateUser ( |
||
request | Container for the necessary parameters to execute the AdminCreateUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminDeleteUser ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminDeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUserAttributes operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminDisableUser ( |
||
request | Container for the necessary parameters to execute the AdminDisableUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminEnableUser ( |
||
request | Container for the necessary parameters to execute the AdminEnableUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminForgetDevice ( |
||
request | Container for the necessary parameters to execute the AdminForgetDevice operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminGetDevice ( |
||
request | Container for the necessary parameters to execute the AdminGetDevice operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminGetUser ( |
||
request | Container for the necessary parameters to execute the AdminGetUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminInitiateAuth ( |
||
request | Container for the necessary parameters to execute the AdminInitiateAuth operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminListDevices ( |
||
request | Container for the necessary parameters to execute the AdminListDevices operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminResetUserPassword ( |
||
request | Container for the necessary parameters to execute the AdminResetUserPassword operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminRespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the AdminRespondToAuthChallenge operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminSetUserSettings ( |
||
request | Container for the necessary parameters to execute the AdminSetUserSettings operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminUpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the AdminUpdateDeviceStatus operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminUpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminUpdateUserAttributes operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAdminUserGlobalSignOut ( |
||
request | Container for the necessary parameters to execute the AdminUserGlobalSignOut operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginChangePassword ( ChangePasswordRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ChangePasswordRequest | Container for the necessary parameters to execute the ChangePassword operation on AmazonCognitoIdentityProviderClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginConfirmDevice ( |
||
request | Container for the necessary parameters to execute the ConfirmDevice operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginConfirmForgotPassword ( |
||
request | Container for the necessary parameters to execute the ConfirmForgotPassword operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the ConfirmSignUp operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateUserImportJob ( |
||
request | Container for the necessary parameters to execute the CreateUserImportJob operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateUserPool ( |
||
request | Container for the necessary parameters to execute the CreateUserPool operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the CreateUserPoolClient operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteUser ( |
||
request | Container for the necessary parameters to execute the DeleteUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the DeleteUserAttributes operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteUserPool ( |
||
request | Container for the necessary parameters to execute the DeleteUserPool operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DeleteUserPoolClient operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeUserImportJob ( DescribeUserImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeUserImportJobRequest | Container for the necessary parameters to execute the DescribeUserImportJob operation on AmazonCognitoIdentityProviderClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeUserPool ( |
||
request | Container for the necessary parameters to execute the DescribeUserPool operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DescribeUserPoolClient operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginForgetDevice ( |
||
request | Container for the necessary parameters to execute the ForgetDevice operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginForgotPassword ( |
||
request | Container for the necessary parameters to execute the ForgotPassword operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetCSVHeader ( |
||
request | Container for the necessary parameters to execute the GetCSVHeader operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetDevice ( |
||
request | Container for the necessary parameters to execute the GetDevice operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetUser ( |
||
request | Container for the necessary parameters to execute the GetUser operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetUserAttributeVerificationCode ( |
||
request | Container for the necessary parameters to execute the GetUserAttributeVerificationCode operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGlobalSignOut ( |
||
request | Container for the necessary parameters to execute the GlobalSignOut operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginInitiateAuth ( |
||
request | Container for the necessary parameters to execute the InitiateAuth operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListDevices ( |
||
request | Container for the necessary parameters to execute the ListDevices operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListUserImportJobs ( |
||
request | Container for the necessary parameters to execute the ListUserImportJobs operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListUserPoolClients ( |
||
request | Container for the necessary parameters to execute the ListUserPoolClients operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListUserPools ( |
||
request | Container for the necessary parameters to execute the ListUserPools operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListUsers ( |
||
request | Container for the necessary parameters to execute the ListUsers operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginResendConfirmationCode ( |
||
request | Container for the necessary parameters to execute the ResendConfirmationCode operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginRespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the RespondToAuthChallenge operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSetUserSettings ( |
||
request | Container for the necessary parameters to execute the SetUserSettings operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSignUp ( |
||
request | Container for the necessary parameters to execute the SignUp operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginStartUserImportJob ( |
||
request | Container for the necessary parameters to execute the StartUserImportJob operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginStopUserImportJob ( |
||
request | Container for the necessary parameters to execute the StopUserImportJob operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the UpdateDeviceStatus operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the UpdateUserAttributes operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateUserPool ( |
||
request | Container for the necessary parameters to execute the UpdateUserPool operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the UpdateUserPoolClient operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginVerifyUserAttribute ( |
||
request | Container for the necessary parameters to execute the VerifyUserAttribute operation on AmazonCognitoIdentityProviderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public ChangePassword ( ChangePasswordRequest request ) : ChangePasswordResponse | ||
request | ChangePasswordRequest | Container for the necessary parameters to execute the ChangePassword service method. |
return | ChangePasswordResponse |
public ChangePasswordAsync ( ChangePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ChangePasswordRequest | Container for the necessary parameters to execute the ChangePassword operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ConfirmDevice ( |
||
request | Container for the necessary parameters to execute the ConfirmDevice service method. | |
return |
public ConfirmDeviceAsync ( |
||
request | Container for the necessary parameters to execute the ConfirmDevice operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ConfirmForgotPassword ( |
||
request | Container for the necessary parameters to execute the ConfirmForgotPassword service method. | |
return | ConfirmForgotPasswordResponse |
public ConfirmForgotPasswordAsync ( |
||
request | Container for the necessary parameters to execute the ConfirmForgotPassword operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the ConfirmSignUp service method. | |
return | ConfirmSignUpResponse |
public ConfirmSignUpAsync ( |
||
request | Container for the necessary parameters to execute the ConfirmSignUp operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public CreateUserImportJob ( |
||
request | Container for the necessary parameters to execute the CreateUserImportJob service method. | |
return |
public CreateUserImportJobAsync ( |
||
request | Container for the necessary parameters to execute the CreateUserImportJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateUserPool ( |
||
request | Container for the necessary parameters to execute the CreateUserPool service method. | |
return |
public CreateUserPoolAsync ( |
||
request | Container for the necessary parameters to execute the CreateUserPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the CreateUserPoolClient service method. | |
return |
public CreateUserPoolClientAsync ( |
||
request | Container for the necessary parameters to execute the CreateUserPoolClient operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteUser ( |
||
request | Container for the necessary parameters to execute the DeleteUser service method. | |
return | DeleteUserResponse |
public DeleteUserAsync ( |
||
request | Container for the necessary parameters to execute the DeleteUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the DeleteUserAttributes service method. | |
return | DeleteUserAttributesResponse |
public DeleteUserAttributesAsync ( |
||
request | Container for the necessary parameters to execute the DeleteUserAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteUserPool ( |
||
request | Container for the necessary parameters to execute the DeleteUserPool service method. | |
return | DeleteUserPoolResponse |
public DeleteUserPoolAsync ( |
||
request | Container for the necessary parameters to execute the DeleteUserPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DeleteUserPoolClient service method. | |
return | DeleteUserPoolClientResponse |
public DeleteUserPoolClientAsync ( |
||
request | Container for the necessary parameters to execute the DeleteUserPoolClient operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeUserImportJob ( DescribeUserImportJobRequest request ) : |
||
request | DescribeUserImportJobRequest | Container for the necessary parameters to execute the DescribeUserImportJob service method. |
return |
public DescribeUserImportJobAsync ( DescribeUserImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeUserImportJobRequest | Container for the necessary parameters to execute the DescribeUserImportJob operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeUserPool ( |
||
request | Container for the necessary parameters to execute the DescribeUserPool service method. | |
return |
public DescribeUserPoolAsync ( |
||
request | Container for the necessary parameters to execute the DescribeUserPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DescribeUserPoolClient service method. | |
return |
public DescribeUserPoolClientAsync ( |
||
request | Container for the necessary parameters to execute the DescribeUserPoolClient operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndAddCustomAttributes ( IAsyncResult asyncResult ) : AddCustomAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddCustomAttributes. |
return | AddCustomAttributesResponse |
public EndAdminConfirmSignUp ( IAsyncResult asyncResult ) : AdminConfirmSignUpResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminConfirmSignUp. |
return | AdminConfirmSignUpResponse |
public EndAdminCreateUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminCreateUser. |
return |
public EndAdminDeleteUser ( IAsyncResult asyncResult ) : AdminDeleteUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDeleteUser. |
return | AdminDeleteUserResponse |
public EndAdminDeleteUserAttributes ( IAsyncResult asyncResult ) : AdminDeleteUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDeleteUserAttributes. |
return | AdminDeleteUserAttributesResponse |
public EndAdminDisableUser ( IAsyncResult asyncResult ) : AdminDisableUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDisableUser. |
return | AdminDisableUserResponse |
public EndAdminEnableUser ( IAsyncResult asyncResult ) : AdminEnableUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminEnableUser. |
return | AdminEnableUserResponse |
public EndAdminForgetDevice ( IAsyncResult asyncResult ) : AdminForgetDeviceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminForgetDevice. |
return | AdminForgetDeviceResponse |
public EndAdminGetDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminGetDevice. |
return |
public EndAdminGetUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminGetUser. |
return |
public EndAdminInitiateAuth ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminInitiateAuth. |
return |
public EndAdminListDevices ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminListDevices. |
return |
public EndAdminResetUserPassword ( IAsyncResult asyncResult ) : AdminResetUserPasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminResetUserPassword. |
return | AdminResetUserPasswordResponse |
public EndAdminRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminRespondToAuthChallenge. |
return |
public EndAdminSetUserSettings ( IAsyncResult asyncResult ) : AdminSetUserSettingsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminSetUserSettings. |
return | AdminSetUserSettingsResponse |
public EndAdminUpdateDeviceStatus ( IAsyncResult asyncResult ) : AdminUpdateDeviceStatusResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUpdateDeviceStatus. |
return | AdminUpdateDeviceStatusResponse |
public EndAdminUpdateUserAttributes ( IAsyncResult asyncResult ) : AdminUpdateUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUpdateUserAttributes. |
return | AdminUpdateUserAttributesResponse |
public EndAdminUserGlobalSignOut ( IAsyncResult asyncResult ) : AdminUserGlobalSignOutResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUserGlobalSignOut. |
return | AdminUserGlobalSignOutResponse |
public EndChangePassword ( IAsyncResult asyncResult ) : ChangePasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginChangePassword. |
return | ChangePasswordResponse |
public EndConfirmDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmDevice. |
return |
public EndConfirmForgotPassword ( IAsyncResult asyncResult ) : ConfirmForgotPasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmForgotPassword. |
return | ConfirmForgotPasswordResponse |
public EndConfirmSignUp ( IAsyncResult asyncResult ) : ConfirmSignUpResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmSignUp. |
return | ConfirmSignUpResponse |
public EndCreateUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserImportJob. |
return |
public EndCreateUserPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserPool. |
return |
public EndCreateUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserPoolClient. |
return |
public EndDeleteUser ( IAsyncResult asyncResult ) : DeleteUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUser. |
return | DeleteUserResponse |
public EndDeleteUserAttributes ( IAsyncResult asyncResult ) : DeleteUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserAttributes. |
return | DeleteUserAttributesResponse |
public EndDeleteUserPool ( IAsyncResult asyncResult ) : DeleteUserPoolResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserPool. |
return | DeleteUserPoolResponse |
public EndDeleteUserPoolClient ( IAsyncResult asyncResult ) : DeleteUserPoolClientResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserPoolClient. |
return | DeleteUserPoolClientResponse |
public EndDescribeUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserImportJob. |
return |
public EndDescribeUserPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserPool. |
return |
public EndDescribeUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserPoolClient. |
return |
public EndForgetDevice ( IAsyncResult asyncResult ) : ForgetDeviceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginForgetDevice. |
return | ForgetDeviceResponse |
public EndForgotPassword ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginForgotPassword. |
return |
public EndGetCSVHeader ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCSVHeader. |
return |
public EndGetDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetDevice. |
return |
public EndGetUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetUser. |
return |
public EndGetUserAttributeVerificationCode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetUserAttributeVerificationCode. |
return |
public EndGlobalSignOut ( IAsyncResult asyncResult ) : GlobalSignOutResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGlobalSignOut. |
return | GlobalSignOutResponse |
public EndInitiateAuth ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginInitiateAuth. |
return |
public EndListDevices ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListDevices. |
return |
public EndListUserImportJobs ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserImportJobs. |
return |
public EndListUserPoolClients ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserPoolClients. |
return |
public EndListUserPools ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserPools. |
return |
public EndListUsers ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUsers. |
return |
public EndResendConfirmationCode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginResendConfirmationCode. |
return |
public EndRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRespondToAuthChallenge. |
return |
public EndSetUserSettings ( IAsyncResult asyncResult ) : SetUserSettingsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetUserSettings. |
return | SetUserSettingsResponse |
public EndSignUp ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSignUp. |
return |
public EndStartUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartUserImportJob. |
return |
public EndStopUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopUserImportJob. |
return |
public EndUpdateDeviceStatus ( IAsyncResult asyncResult ) : UpdateDeviceStatusResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateDeviceStatus. |
return | UpdateDeviceStatusResponse |
public EndUpdateUserAttributes ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserAttributes. |
return |
public EndUpdateUserPool ( IAsyncResult asyncResult ) : UpdateUserPoolResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserPool. |
return | UpdateUserPoolResponse |
public EndUpdateUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserPoolClient. |
return |
public EndVerifyUserAttribute ( IAsyncResult asyncResult ) : VerifyUserAttributeResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginVerifyUserAttribute. |
return | VerifyUserAttributeResponse |
public ForgetDevice ( |
||
request | Container for the necessary parameters to execute the ForgetDevice service method. | |
return | ForgetDeviceResponse |
public ForgetDeviceAsync ( |
||
request | Container for the necessary parameters to execute the ForgetDevice operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ForgotPassword ( |
||
request | Container for the necessary parameters to execute the ForgotPassword service method. | |
return |
public ForgotPasswordAsync ( |
||
request | Container for the necessary parameters to execute the ForgotPassword operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetCSVHeader ( |
||
request | Container for the necessary parameters to execute the GetCSVHeader service method. | |
return |
public GetCSVHeaderAsync ( |
||
request | Container for the necessary parameters to execute the GetCSVHeader operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetDevice ( |
||
request | Container for the necessary parameters to execute the GetDevice service method. | |
return |
public GetDeviceAsync ( |
||
request | Container for the necessary parameters to execute the GetDevice operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetUser ( |
||
request | Container for the necessary parameters to execute the GetUser service method. | |
return |
public GetUserAsync ( |
||
request | Container for the necessary parameters to execute the GetUser operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetUserAttributeVerificationCode ( |
||
request | Container for the necessary parameters to execute the GetUserAttributeVerificationCode service method. | |
return |
public GetUserAttributeVerificationCodeAsync ( |
||
request | Container for the necessary parameters to execute the GetUserAttributeVerificationCode operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GlobalSignOut ( |
||
request | Container for the necessary parameters to execute the GlobalSignOut service method. | |
return | GlobalSignOutResponse |
public GlobalSignOutAsync ( |
||
request | Container for the necessary parameters to execute the GlobalSignOut operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public InitiateAuth ( |
||
request | Container for the necessary parameters to execute the InitiateAuth service method. | |
return |
public InitiateAuthAsync ( |
||
request | Container for the necessary parameters to execute the InitiateAuth operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListDevices ( |
||
request | Container for the necessary parameters to execute the ListDevices service method. | |
return |
public ListDevicesAsync ( |
||
request | Container for the necessary parameters to execute the ListDevices operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListUserImportJobs ( |
||
request | Container for the necessary parameters to execute the ListUserImportJobs service method. | |
return |
public ListUserImportJobsAsync ( |
||
request | Container for the necessary parameters to execute the ListUserImportJobs operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListUserPoolClients ( |
||
request | Container for the necessary parameters to execute the ListUserPoolClients service method. | |
return |
public ListUserPoolClientsAsync ( |
||
request | Container for the necessary parameters to execute the ListUserPoolClients operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListUserPools ( |
||
request | Container for the necessary parameters to execute the ListUserPools service method. | |
return |
public ListUserPoolsAsync ( |
||
request | Container for the necessary parameters to execute the ListUserPools operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListUsers ( |
||
request | Container for the necessary parameters to execute the ListUsers service method. | |
return |
public ListUsersAsync ( |
||
request | Container for the necessary parameters to execute the ListUsers operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ResendConfirmationCode ( |
||
request | Container for the necessary parameters to execute the ResendConfirmationCode service method. | |
return |
public ResendConfirmationCodeAsync ( |
||
request | Container for the necessary parameters to execute the ResendConfirmationCode operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the RespondToAuthChallenge service method. | |
return |
public RespondToAuthChallengeAsync ( |
||
request | Container for the necessary parameters to execute the RespondToAuthChallenge operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetUserSettings ( |
||
request | Container for the necessary parameters to execute the SetUserSettings service method. | |
return | SetUserSettingsResponse |
public SetUserSettingsAsync ( |
||
request | Container for the necessary parameters to execute the SetUserSettings operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SignUp ( |
||
request | Container for the necessary parameters to execute the SignUp service method. | |
return |
public SignUpAsync ( |
||
request | Container for the necessary parameters to execute the SignUp operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public StartUserImportJob ( |
||
request | Container for the necessary parameters to execute the StartUserImportJob service method. | |
return |
public StartUserImportJobAsync ( |
||
request | Container for the necessary parameters to execute the StartUserImportJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public StopUserImportJob ( |
||
request | Container for the necessary parameters to execute the StopUserImportJob service method. | |
return |
public StopUserImportJobAsync ( |
||
request | Container for the necessary parameters to execute the StopUserImportJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the UpdateDeviceStatus service method. | |
return | UpdateDeviceStatusResponse |
public UpdateDeviceStatusAsync ( |
||
request | Container for the necessary parameters to execute the UpdateDeviceStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the UpdateUserAttributes service method. | |
return |
public UpdateUserAttributesAsync ( |
||
request | Container for the necessary parameters to execute the UpdateUserAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateUserPool ( |
||
request | Container for the necessary parameters to execute the UpdateUserPool service method. | |
return | UpdateUserPoolResponse |
public UpdateUserPoolAsync ( |
||
request | Container for the necessary parameters to execute the UpdateUserPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the UpdateUserPoolClient service method. | |
return |
public UpdateUserPoolClientAsync ( |
||
request | Container for the necessary parameters to execute the UpdateUserPoolClient operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public VerifyUserAttribute ( |
||
request | Container for the necessary parameters to execute the VerifyUserAttribute service method. | |
return | VerifyUserAttributeResponse |
public VerifyUserAttributeAsync ( |
||
request | Container for the necessary parameters to execute the VerifyUserAttribute operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |