Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndChangePassword C# (CSharp) 메소드

EndChangePassword() 공개 메소드

Finishes the asynchronous execution of the ChangePassword operation.
public EndChangePassword ( IAsyncResult asyncResult ) : ChangePasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangePassword.
리턴 ChangePasswordResponse
        public  ChangePasswordResponse EndChangePassword(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangePasswordResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient