Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateServiceSpecificCredential C# (CSharp) Méthode

EndUpdateServiceSpecificCredential() public méthode

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