| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAssociationsListElement |
AccountAssociationsListElement.clone() |
AccountAssociationsListElement |
AccountAssociationsListElement.withAccountEmail(String accountEmail)
The Amazon Web Services account email.
|
AccountAssociationsListElement |
AccountAssociationsListElement.withAccountId(String accountId)
The associating array of account IDs.
|
AccountAssociationsListElement |
AccountAssociationsListElement.withAccountName(String accountName)
The Amazon Web Services account name.
|
AccountAssociationsListElement |
AccountAssociationsListElement.withBillingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountAssociationsListElement> |
ListAccountAssociationsResult.getLinkedAccounts()
The list of linked accounts in the payer account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResult |
ListAccountAssociationsResult.withLinkedAccounts(AccountAssociationsListElement... linkedAccounts)
The list of linked accounts in the payer account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountAssociationsResult.setLinkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)
The list of linked accounts in the payer account.
|
ListAccountAssociationsResult |
ListAccountAssociationsResult.withLinkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)
The list of linked accounts in the payer account.
|
Copyright © 2023. All rights reserved.