| 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<DisassociateAccountsResponse> |
BillingconductorAsyncClient.disassociateAccounts(Consumer<DisassociateAccountsRequest.Builder> disassociateAccountsRequest)
Removes the specified list of account IDs from the given billing group.
|
default DisassociateAccountsResponse |
BillingconductorClient.disassociateAccounts(Consumer<DisassociateAccountsRequest.Builder> disassociateAccountsRequest)
Removes the specified list of account IDs from the given billing group.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.Builder.accountIds(Collection<String> accountIds)
The array of account IDs to disassociate.
|
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.Builder.accountIds(String... accountIds)
The array of account IDs to disassociate.
|
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
|
static DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.builder() |
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateAccountsRequest.Builder |
DisassociateAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateAccountsRequest.Builder> |
DisassociateAccountsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.