

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 更新转账
<a name="orgs_transfer_billing-update-transfer"></a>

登录组织的管理账户时，您可以更新分配给转账的名称，这样您就可以管理和支付其他组织的整合账单。这可以帮助您识别和组织转账。

该名称仅对您和任何继承转账的账户可见。

## 更新转账
<a name="orgs_transfer_billing-update-transfers-steps"></a>

**术语和概念**  
以下是 AWS 账单与成本管理 控制台中使用的术语和概念：  
**入站账**单：账单转账允许您管理和支付其他组织的整合账单。
**出站账**单：允许组织外部的账户管理和支付整合账单的账单转账。

**最小权限**  
要更新转账，您必须具有以下权限：  
`organizations:ListInboundResponsibilityTransfers`
`organizations:ListOutboundResponsibilityTransfers`
`organizations:UpdateResponsibilityTransfer`

要更新转账，请完成以下步骤。

------
#### [  ]

**更新转账**

1. 登录 AWS 管理控制台 并打开 AWS 账单与成本管理 控制台，网址为[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/)。

1. 在 “**偏好设置和设置”** 的左侧导航栏中，选择**账单转账**。

1. 在**入站账单**选项卡上，选择要更新的转账。

1. 选择 “**操作**” 下拉菜单，然后选择 **“编辑名称”**。

1. **在编辑转移名称**对话框中，输入新名称并选择**更新名称**。

------
#### [  ]

**更新转账**  
您还可以使用以下操作之一：
+ AWS CLI: [list-inbound-responsibility-transfers[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-outbound-responsibility-transfers.html)](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-inbound-responsibility-transfers.html)、和 [update-responsibility-transfer](https://docs.aws.amazon.com/cli/latest/reference/organizations/describe-responsibility-transfer.html)

  1. 运行以下命令查找入站账单的账单转账 ID：

     ```
     $ C:\> aws organizations list-inbound-responsibility-transfers \
         --type BILLING
     ```

  1. 在回复中，记下您要更新的转账的账单转账号。

  1. 运行以下命令更新传输：

     ```
     $ C:\> aws organizations update-responsibility-transfer \
         --id {{exampleid}}
         --name {{"Updated name for billing transfer"}}
     ```
+ AWS SDKs: [list-inbound-responsibility-transfers[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListOutboundResponsibilityTransfers.html)](https://docs.aws.amazon.com/cli/latest/reference/organizations/API_ListInboundResponsibilityTransfers.html)、和 [update-responsibility-transfer](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DescribeResponsibilityTransfer.html)

------