Uses of Interface
software.amazon.awssdk.services.billingconductor.model.DisassociateAccountsRequest.Builder
-
Packages that use DisassociateAccountsRequest.Builder Package Description software.amazon.awssdk.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.software.amazon.awssdk.services.billingconductor.model -
-
Uses of DisassociateAccountsRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type DisassociateAccountsRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateAccountsResponse>BillingconductorAsyncClient. disassociateAccounts(Consumer<DisassociateAccountsRequest.Builder> disassociateAccountsRequest)Removes the specified list of account IDs from the given billing group.default DisassociateAccountsResponseBillingconductorClient. disassociateAccounts(Consumer<DisassociateAccountsRequest.Builder> disassociateAccountsRequest)Removes the specified list of account IDs from the given billing group. -
Uses of DisassociateAccountsRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return DisassociateAccountsRequest.Builder Modifier and Type Method Description DisassociateAccountsRequest.BuilderDisassociateAccountsRequest.Builder. accountIds(String... accountIds)The array of account IDs to disassociate.DisassociateAccountsRequest.BuilderDisassociateAccountsRequest.Builder. accountIds(Collection<String> accountIds)The array of account IDs to disassociate.DisassociateAccountsRequest.BuilderDisassociateAccountsRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.static DisassociateAccountsRequest.BuilderDisassociateAccountsRequest. builder()DisassociateAccountsRequest.BuilderDisassociateAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAccountsRequest.BuilderDisassociateAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateAccountsRequest.BuilderDisassociateAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type DisassociateAccountsRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateAccountsRequest.Builder>DisassociateAccountsRequest. serializableBuilderClass()
-