| 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<AssociateAccountsResponse> |
BillingconductorAsyncClient.associateAccounts(Consumer<AssociateAccountsRequest.Builder> associateAccountsRequest)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
default AssociateAccountsResponse |
BillingconductorClient.associateAccounts(Consumer<AssociateAccountsRequest.Builder> associateAccountsRequest)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.Builder.accountIds(Collection<String> accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.Builder.accountIds(String... accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
static AssociateAccountsRequest.Builder |
AssociateAccountsRequest.builder() |
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateAccountsRequest.Builder |
AssociateAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateAccountsRequest.Builder> |
AssociateAccountsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.