| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.
|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResult |
AbstractAWSBillingConductor.listAccountAssociations(ListAccountAssociationsRequest request) |
ListAccountAssociationsResult |
AWSBillingConductorClient.listAccountAssociations(ListAccountAssociationsRequest request)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
ListAccountAssociationsResult |
AWSBillingConductor.listAccountAssociations(ListAccountAssociationsRequest listAccountAssociationsRequest)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountAssociationsResult> |
AbstractAWSBillingConductorAsync.listAccountAssociationsAsync(ListAccountAssociationsRequest request,
AsyncHandler<ListAccountAssociationsRequest,ListAccountAssociationsResult> asyncHandler) |
Future<ListAccountAssociationsResult> |
AWSBillingConductorAsyncClient.listAccountAssociationsAsync(ListAccountAssociationsRequest request,
AsyncHandler<ListAccountAssociationsRequest,ListAccountAssociationsResult> asyncHandler) |
Future<ListAccountAssociationsResult> |
AWSBillingConductorAsync.listAccountAssociationsAsync(ListAccountAssociationsRequest listAccountAssociationsRequest,
AsyncHandler<ListAccountAssociationsRequest,ListAccountAssociationsResult> asyncHandler)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResult |
ListAccountAssociationsResult.clone() |
ListAccountAssociationsResult |
ListAccountAssociationsResult.withLinkedAccounts(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.
|
ListAccountAssociationsResult |
ListAccountAssociationsResult.withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get accounts.
|
Copyright © 2024. All rights reserved.