Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateServiceSpecificCredential C# (CSharp) Method

EndUpdateServiceSpecificCredential() public method

Finishes the asynchronous execution of the UpdateServiceSpecificCredential operation.
public EndUpdateServiceSpecificCredential ( IAsyncResult asyncResult ) : UpdateServiceSpecificCredentialResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateServiceSpecificCredential.
return UpdateServiceSpecificCredentialResponse
        public  UpdateServiceSpecificCredentialResponse EndUpdateServiceSpecificCredential(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServiceSpecificCredentialResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient