Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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. | |
Результат | 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. /// |
Результат | Task |
public AdminConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the AdminConfirmSignUp service method. | |
Результат | 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. /// |
Результат | Task |
public AdminCreateUser ( |
||
request | Container for the necessary parameters to execute the AdminCreateUser service method. | |
Результат |
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. /// |
Результат | Task |
public AdminDeleteUser ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUser service method. | |
Результат | 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. /// |
Результат | Task |
public AdminDeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminDeleteUserAttributes service method. | |
Результат | 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. /// |
Результат | Task |
public AdminDisableUser ( |
||
request | Container for the necessary parameters to execute the AdminDisableUser service method. | |
Результат | 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. /// |
Результат | Task |
public AdminEnableUser ( |
||
request | Container for the necessary parameters to execute the AdminEnableUser service method. | |
Результат | 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. /// |
Результат | Task |
public AdminForgetDevice ( |
||
request | Container for the necessary parameters to execute the AdminForgetDevice service method. | |
Результат | 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. /// |
Результат | Task |
public AdminGetDevice ( |
||
request | Container for the necessary parameters to execute the AdminGetDevice service method. | |
Результат |
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. /// |
Результат | Task |
public AdminGetUser ( |
||
request | Container for the necessary parameters to execute the AdminGetUser service method. | |
Результат |
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. /// |
Результат | Task |
public AdminInitiateAuth ( |
||
request | Container for the necessary parameters to execute the AdminInitiateAuth service method. | |
Результат |
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. /// |
Результат | Task |
public AdminListDevices ( |
||
request | Container for the necessary parameters to execute the AdminListDevices service method. | |
Результат |
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. /// |
Результат | Task |
public AdminResetUserPassword ( |
||
request | Container for the necessary parameters to execute the AdminResetUserPassword service method. | |
Результат | 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. /// |
Результат | Task |
public AdminRespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the AdminRespondToAuthChallenge service method. | |
Результат |
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. /// |
Результат | Task |
public AdminSetUserSettings ( |
||
request | Container for the necessary parameters to execute the AdminSetUserSettings service method. | |
Результат | 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. /// |
Результат | Task |
public AdminUpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the AdminUpdateDeviceStatus service method. | |
Результат | 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. /// |
Результат | Task |
public AdminUpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the AdminUpdateUserAttributes service method. | |
Результат | 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. /// |
Результат | Task |
public AdminUserGlobalSignOut ( |
||
request | Container for the necessary parameters to execute the AdminUserGlobalSignOut service method. | |
Результат | 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. /// |
Результат | Task |
public AmazonCognitoIdentityProviderClient ( ) : System | ||
Результат | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCognitoIdentityProviderClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityProviderClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonCognitoIdentityProviderClient ( |
||
config | The AmazonCognitoIdentityProviderClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityProviderClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonCognitoIdentityProviderClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCognitoIdentityProviderClient Configuration Object | |
Результат | 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. |
Результат | 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 |
Результат | 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 | |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | 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. |
Результат | IAsyncResult |
public ChangePassword ( ChangePasswordRequest request ) : ChangePasswordResponse | ||
request | ChangePasswordRequest | Container for the necessary parameters to execute the ChangePassword service method. |
Результат | 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. /// |
Результат | Task |
public ConfirmDevice ( |
||
request | Container for the necessary parameters to execute the ConfirmDevice service method. | |
Результат |
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. /// |
Результат | Task |
public ConfirmForgotPassword ( |
||
request | Container for the necessary parameters to execute the ConfirmForgotPassword service method. | |
Результат | 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. /// |
Результат | Task |
public ConfirmSignUp ( |
||
request | Container for the necessary parameters to execute the ConfirmSignUp service method. | |
Результат | 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. /// |
Результат | Task |
protected CreateSigner ( ) : |
||
Результат |
public CreateUserImportJob ( |
||
request | Container for the necessary parameters to execute the CreateUserImportJob service method. | |
Результат |
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. /// |
Результат | Task |
public CreateUserPool ( |
||
request | Container for the necessary parameters to execute the CreateUserPool service method. | |
Результат |
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. /// |
Результат | Task |
public CreateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the CreateUserPoolClient service method. | |
Результат |
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. /// |
Результат | Task |
public DeleteUser ( |
||
request | Container for the necessary parameters to execute the DeleteUser service method. | |
Результат | 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. /// |
Результат | Task |
public DeleteUserAttributes ( |
||
request | Container for the necessary parameters to execute the DeleteUserAttributes service method. | |
Результат | 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. /// |
Результат | Task |
public DeleteUserPool ( |
||
request | Container for the necessary parameters to execute the DeleteUserPool service method. | |
Результат | 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. /// |
Результат | Task |
public DeleteUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DeleteUserPoolClient service method. | |
Результат | 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. /// |
Результат | Task |
public DescribeUserImportJob ( DescribeUserImportJobRequest request ) : |
||
request | DescribeUserImportJobRequest | Container for the necessary parameters to execute the DescribeUserImportJob service method. |
Результат |
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. /// |
Результат | Task |
public DescribeUserPool ( |
||
request | Container for the necessary parameters to execute the DescribeUserPool service method. | |
Результат |
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. /// |
Результат | Task |
public DescribeUserPoolClient ( |
||
request | Container for the necessary parameters to execute the DescribeUserPoolClient service method. | |
Результат |
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. /// |
Результат | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndAddCustomAttributes ( IAsyncResult asyncResult ) : AddCustomAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddCustomAttributes. |
Результат | AddCustomAttributesResponse |
public EndAdminConfirmSignUp ( IAsyncResult asyncResult ) : AdminConfirmSignUpResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminConfirmSignUp. |
Результат | AdminConfirmSignUpResponse |
public EndAdminCreateUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminCreateUser. |
Результат |
public EndAdminDeleteUser ( IAsyncResult asyncResult ) : AdminDeleteUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDeleteUser. |
Результат | AdminDeleteUserResponse |
public EndAdminDeleteUserAttributes ( IAsyncResult asyncResult ) : AdminDeleteUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDeleteUserAttributes. |
Результат | AdminDeleteUserAttributesResponse |
public EndAdminDisableUser ( IAsyncResult asyncResult ) : AdminDisableUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminDisableUser. |
Результат | AdminDisableUserResponse |
public EndAdminEnableUser ( IAsyncResult asyncResult ) : AdminEnableUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminEnableUser. |
Результат | AdminEnableUserResponse |
public EndAdminForgetDevice ( IAsyncResult asyncResult ) : AdminForgetDeviceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminForgetDevice. |
Результат | AdminForgetDeviceResponse |
public EndAdminGetDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminGetDevice. |
Результат |
public EndAdminGetUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminGetUser. |
Результат |
public EndAdminInitiateAuth ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminInitiateAuth. |
Результат |
public EndAdminListDevices ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminListDevices. |
Результат |
public EndAdminResetUserPassword ( IAsyncResult asyncResult ) : AdminResetUserPasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminResetUserPassword. |
Результат | AdminResetUserPasswordResponse |
public EndAdminRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminRespondToAuthChallenge. |
Результат |
public EndAdminSetUserSettings ( IAsyncResult asyncResult ) : AdminSetUserSettingsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminSetUserSettings. |
Результат | AdminSetUserSettingsResponse |
public EndAdminUpdateDeviceStatus ( IAsyncResult asyncResult ) : AdminUpdateDeviceStatusResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUpdateDeviceStatus. |
Результат | AdminUpdateDeviceStatusResponse |
public EndAdminUpdateUserAttributes ( IAsyncResult asyncResult ) : AdminUpdateUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUpdateUserAttributes. |
Результат | AdminUpdateUserAttributesResponse |
public EndAdminUserGlobalSignOut ( IAsyncResult asyncResult ) : AdminUserGlobalSignOutResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAdminUserGlobalSignOut. |
Результат | AdminUserGlobalSignOutResponse |
public EndChangePassword ( IAsyncResult asyncResult ) : ChangePasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginChangePassword. |
Результат | ChangePasswordResponse |
public EndConfirmDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmDevice. |
Результат |
public EndConfirmForgotPassword ( IAsyncResult asyncResult ) : ConfirmForgotPasswordResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmForgotPassword. |
Результат | ConfirmForgotPasswordResponse |
public EndConfirmSignUp ( IAsyncResult asyncResult ) : ConfirmSignUpResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginConfirmSignUp. |
Результат | ConfirmSignUpResponse |
public EndCreateUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserImportJob. |
Результат |
public EndCreateUserPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserPool. |
Результат |
public EndCreateUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateUserPoolClient. |
Результат |
public EndDeleteUser ( IAsyncResult asyncResult ) : DeleteUserResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUser. |
Результат | DeleteUserResponse |
public EndDeleteUserAttributes ( IAsyncResult asyncResult ) : DeleteUserAttributesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserAttributes. |
Результат | DeleteUserAttributesResponse |
public EndDeleteUserPool ( IAsyncResult asyncResult ) : DeleteUserPoolResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserPool. |
Результат | DeleteUserPoolResponse |
public EndDeleteUserPoolClient ( IAsyncResult asyncResult ) : DeleteUserPoolClientResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteUserPoolClient. |
Результат | DeleteUserPoolClientResponse |
public EndDescribeUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserImportJob. |
Результат |
public EndDescribeUserPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserPool. |
Результат |
public EndDescribeUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeUserPoolClient. |
Результат |
public EndForgetDevice ( IAsyncResult asyncResult ) : ForgetDeviceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginForgetDevice. |
Результат | ForgetDeviceResponse |
public EndForgotPassword ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginForgotPassword. |
Результат |
public EndGetCSVHeader ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCSVHeader. |
Результат |
public EndGetDevice ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetDevice. |
Результат |
public EndGetUser ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetUser. |
Результат |
public EndGetUserAttributeVerificationCode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetUserAttributeVerificationCode. |
Результат |
public EndGlobalSignOut ( IAsyncResult asyncResult ) : GlobalSignOutResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGlobalSignOut. |
Результат | GlobalSignOutResponse |
public EndInitiateAuth ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginInitiateAuth. |
Результат |
public EndListDevices ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListDevices. |
Результат |
public EndListUserImportJobs ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserImportJobs. |
Результат |
public EndListUserPoolClients ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserPoolClients. |
Результат |
public EndListUserPools ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUserPools. |
Результат |
public EndListUsers ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListUsers. |
Результат |
public EndResendConfirmationCode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginResendConfirmationCode. |
Результат |
public EndRespondToAuthChallenge ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRespondToAuthChallenge. |
Результат |
public EndSetUserSettings ( IAsyncResult asyncResult ) : SetUserSettingsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetUserSettings. |
Результат | SetUserSettingsResponse |
public EndSignUp ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSignUp. |
Результат |
public EndStartUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartUserImportJob. |
Результат |
public EndStopUserImportJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopUserImportJob. |
Результат |
public EndUpdateDeviceStatus ( IAsyncResult asyncResult ) : UpdateDeviceStatusResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateDeviceStatus. |
Результат | UpdateDeviceStatusResponse |
public EndUpdateUserAttributes ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserAttributes. |
Результат |
public EndUpdateUserPool ( IAsyncResult asyncResult ) : UpdateUserPoolResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserPool. |
Результат | UpdateUserPoolResponse |
public EndUpdateUserPoolClient ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateUserPoolClient. |
Результат |
public EndVerifyUserAttribute ( IAsyncResult asyncResult ) : VerifyUserAttributeResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginVerifyUserAttribute. |
Результат | VerifyUserAttributeResponse |
public ForgetDevice ( |
||
request | Container for the necessary parameters to execute the ForgetDevice service method. | |
Результат | 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. /// |
Результат | Task |
public ForgotPassword ( |
||
request | Container for the necessary parameters to execute the ForgotPassword service method. | |
Результат |
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. /// |
Результат | Task |
public GetCSVHeader ( |
||
request | Container for the necessary parameters to execute the GetCSVHeader service method. | |
Результат |
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. /// |
Результат | Task |
public GetDevice ( |
||
request | Container for the necessary parameters to execute the GetDevice service method. | |
Результат |
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. /// |
Результат | Task |
public GetUser ( |
||
request | Container for the necessary parameters to execute the GetUser service method. | |
Результат |
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. /// |
Результат | Task |
public GetUserAttributeVerificationCode ( |
||
request | Container for the necessary parameters to execute the GetUserAttributeVerificationCode service method. | |
Результат |
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. /// |
Результат | Task |
public GlobalSignOut ( |
||
request | Container for the necessary parameters to execute the GlobalSignOut service method. | |
Результат | 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. /// |
Результат | Task |
public InitiateAuth ( |
||
request | Container for the necessary parameters to execute the InitiateAuth service method. | |
Результат |
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. /// |
Результат | Task |
public ListDevices ( |
||
request | Container for the necessary parameters to execute the ListDevices service method. | |
Результат |
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. /// |
Результат | Task |
public ListUserImportJobs ( |
||
request | Container for the necessary parameters to execute the ListUserImportJobs service method. | |
Результат |
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. /// |
Результат | Task |
public ListUserPoolClients ( |
||
request | Container for the necessary parameters to execute the ListUserPoolClients service method. | |
Результат |
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. /// |
Результат | Task |
public ListUserPools ( |
||
request | Container for the necessary parameters to execute the ListUserPools service method. | |
Результат |
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. /// |
Результат | Task |
public ListUsers ( |
||
request | Container for the necessary parameters to execute the ListUsers service method. | |
Результат |
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. /// |
Результат | Task |
public ResendConfirmationCode ( |
||
request | Container for the necessary parameters to execute the ResendConfirmationCode service method. | |
Результат |
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. /// |
Результат | Task |
public RespondToAuthChallenge ( |
||
request | Container for the necessary parameters to execute the RespondToAuthChallenge service method. | |
Результат |
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. /// |
Результат | Task |
public SetUserSettings ( |
||
request | Container for the necessary parameters to execute the SetUserSettings service method. | |
Результат | 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. /// |
Результат | Task |
public SignUp ( |
||
request | Container for the necessary parameters to execute the SignUp service method. | |
Результат |
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. /// |
Результат | Task |
public StartUserImportJob ( |
||
request | Container for the necessary parameters to execute the StartUserImportJob service method. | |
Результат |
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. /// |
Результат | Task |
public StopUserImportJob ( |
||
request | Container for the necessary parameters to execute the StopUserImportJob service method. | |
Результат |
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. /// |
Результат | Task |
public UpdateDeviceStatus ( |
||
request | Container for the necessary parameters to execute the UpdateDeviceStatus service method. | |
Результат | 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. /// |
Результат | Task |
public UpdateUserAttributes ( |
||
request | Container for the necessary parameters to execute the UpdateUserAttributes service method. | |
Результат |
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. /// |
Результат | Task |
public UpdateUserPool ( |
||
request | Container for the necessary parameters to execute the UpdateUserPool service method. | |
Результат | 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. /// |
Результат | Task |
public UpdateUserPoolClient ( |
||
request | Container for the necessary parameters to execute the UpdateUserPoolClient service method. | |
Результат |
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. /// |
Результат | Task |
public VerifyUserAttribute ( |
||
request | Container for the necessary parameters to execute the VerifyUserAttribute service method. | |
Результат | 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. /// |
Результат | Task |