| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a pro
forma version of your billing data each month, to accurately show or chargeback your end customers.
|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountAssociationsResponse> |
BillingconductorAsyncClient.listAccountAssociations(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
default ListAccountAssociationsResponse |
BillingconductorClient.listAccountAssociations(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
default ListAccountAssociationsPublisher |
BillingconductorAsyncClient.listAccountAssociationsPaginator(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)
This is a paginated call to list linked accounts that are linked to the payer account for the specified time
period.
|
default ListAccountAssociationsIterable |
BillingconductorClient.listAccountAssociationsPaginator(Consumer<ListAccountAssociationsRequest.Builder> 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 |
|---|---|
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.billingPeriod(String billingPeriod)
The preferred billing period to get account associations.
|
static ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.builder() |
default ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.filters(Consumer<ListAccountAssociationsFilter.Builder> filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.filters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.nextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
|
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountAssociationsRequest.Builder |
ListAccountAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountAssociationsRequest.Builder> |
ListAccountAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.