| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateAccountsResult> |
AWSBillingConductorAsyncClient.disassociateAccountsAsync(DisassociateAccountsRequest request,
AsyncHandler<DisassociateAccountsRequest,DisassociateAccountsResult> asyncHandler) |
Future<DisassociateAccountsResult> |
AWSBillingConductorAsync.disassociateAccountsAsync(DisassociateAccountsRequest disassociateAccountsRequest,
AsyncHandler<DisassociateAccountsRequest,DisassociateAccountsResult> asyncHandler)
Removes the specified list of account IDs from the given billing group.
|
Future<DisassociateAccountsResult> |
AbstractAWSBillingConductorAsync.disassociateAccountsAsync(DisassociateAccountsRequest request,
AsyncHandler<DisassociateAccountsRequest,DisassociateAccountsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateAccountsRequest |
DisassociateAccountsRequest.clone() |
DisassociateAccountsRequest |
DisassociateAccountsRequest.withAccountIds(Collection<String> accountIds)
The array of account IDs to disassociate.
|
DisassociateAccountsRequest |
DisassociateAccountsRequest.withAccountIds(String... accountIds)
The array of account IDs to disassociate.
|
DisassociateAccountsRequest |
DisassociateAccountsRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
|
Copyright © 2023. All rights reserved.