| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model | |
| software.amazon.awssdk.services.billingconductor.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccountAssociationsListElement> |
ListAccountAssociationsResponse.linkedAccounts()
The list of linked accounts in the payer account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResponse.Builder |
ListAccountAssociationsResponse.Builder.linkedAccounts(AccountAssociationsListElement... linkedAccounts)
The list of linked accounts in the payer account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResponse.Builder |
ListAccountAssociationsResponse.Builder.linkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)
The list of linked accounts in the payer account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccountAssociationsListElement> |
ListAccountAssociationsPublisher.linkedAccounts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccountAssociationsListElement> |
ListAccountAssociationsIterable.linkedAccounts()
Returns an iterable to iterate through the paginated
ListAccountAssociationsResponse.linkedAccounts()
member. |
Copyright © 2023. All rights reserved.