| 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 |
|---|---|
AssociateAccountsResult |
AbstractAWSBillingConductor.associateAccounts(AssociateAccountsRequest request) |
AssociateAccountsResult |
AWSBillingConductorClient.associateAccounts(AssociateAccountsRequest request)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
AssociateAccountsResult |
AWSBillingConductor.associateAccounts(AssociateAccountsRequest associateAccountsRequest)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
Future<AssociateAccountsResult> |
AbstractAWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest request) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsyncClient.associateAccountsAsync(AssociateAccountsRequest request) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest associateAccountsRequest)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
Future<AssociateAccountsResult> |
AbstractAWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest request,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsyncClient.associateAccountsAsync(AssociateAccountsRequest request,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest associateAccountsRequest,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateAccountsResult> |
AbstractAWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest request,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsyncClient.associateAccountsAsync(AssociateAccountsRequest request,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler) |
Future<AssociateAccountsResult> |
AWSBillingConductorAsync.associateAccountsAsync(AssociateAccountsRequest associateAccountsRequest,
AsyncHandler<AssociateAccountsRequest,AssociateAccountsResult> asyncHandler)
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateAccountsRequest |
AssociateAccountsRequest.clone() |
AssociateAccountsRequest |
AssociateAccountsRequest.withAccountIds(Collection<String> accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest |
AssociateAccountsRequest.withAccountIds(String... accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest |
AssociateAccountsRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
Copyright © 2024. All rights reserved.