Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndUpdateAlias C# (CSharp) Метод

EndUpdateAlias() публичный Метод

Finishes the asynchronous execution of the UpdateAlias operation.
public EndUpdateAlias ( IAsyncResult asyncResult ) : UpdateAliasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAlias.
Результат UpdateAliasResponse
        public  UpdateAliasResponse EndUpdateAlias(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateAliasResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient