| 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 |
|---|---|
UpdateBillingGroupResult |
AWSBillingConductorClient.updateBillingGroup(UpdateBillingGroupRequest request)
This updates an existing billing group.
|
UpdateBillingGroupResult |
AWSBillingConductor.updateBillingGroup(UpdateBillingGroupRequest updateBillingGroupRequest)
This updates an existing billing group.
|
UpdateBillingGroupResult |
AbstractAWSBillingConductor.updateBillingGroup(UpdateBillingGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBillingGroupResult> |
AWSBillingConductorAsyncClient.updateBillingGroupAsync(UpdateBillingGroupRequest request,
AsyncHandler<UpdateBillingGroupRequest,UpdateBillingGroupResult> asyncHandler) |
Future<UpdateBillingGroupResult> |
AWSBillingConductorAsync.updateBillingGroupAsync(UpdateBillingGroupRequest updateBillingGroupRequest,
AsyncHandler<UpdateBillingGroupRequest,UpdateBillingGroupResult> asyncHandler)
This updates an existing billing group.
|
Future<UpdateBillingGroupResult> |
AbstractAWSBillingConductorAsync.updateBillingGroupAsync(UpdateBillingGroupRequest request,
AsyncHandler<UpdateBillingGroupRequest,UpdateBillingGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBillingGroupResult |
UpdateBillingGroupResult.clone() |
UpdateBillingGroupResult |
UpdateBillingGroupResult.withAccountGrouping(UpdateBillingGroupAccountGrouping accountGrouping)
Specifies if the billing group has automatic account association (
AutoAssociate) enabled. |
UpdateBillingGroupResult |
UpdateBillingGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) of the billing group that was updated.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withDescription(String description)
A description of the billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withLastModifiedTime(Long lastModifiedTime)
The most recent time when the billing group was modified.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withName(String name)
The name of the billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withPricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withPrimaryAccountId(String primaryAccountId)
The account ID that serves as the main account in a billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withSize(Long size)
The number of accounts in the particular billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withStatus(BillingGroupStatus status)
The status of the billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withStatus(String status)
The status of the billing group.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withStatusReason(String statusReason)
The reason why the billing group is in its current status.
|
Copyright © 2023. All rights reserved.