| 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 |
|---|---|
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 |
|---|---|
ListAccountAssociationsRequest |
ListAccountAssociationsRequest.clone() |
ListAccountAssociationsRequest |
ListAccountAssociationsRequest.withBillingPeriod(String billingPeriod)
The preferred billing period to get account associations.
|
ListAccountAssociationsRequest |
ListAccountAssociationsRequest.withFilters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest |
ListAccountAssociationsRequest.withNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
|
Copyright © 2024. All rights reserved.