| 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 |
|---|---|
CreateCustomLineItemResult |
AbstractAWSBillingConductor.createCustomLineItem(CreateCustomLineItemRequest request) |
CreateCustomLineItemResult |
AWSBillingConductorClient.createCustomLineItem(CreateCustomLineItemRequest request)
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single
billing group for the current or previous billing period.
|
CreateCustomLineItemResult |
AWSBillingConductor.createCustomLineItem(CreateCustomLineItemRequest createCustomLineItemRequest)
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single
billing group for the current or previous billing period.
|
Future<CreateCustomLineItemResult> |
AbstractAWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest request) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsyncClient.createCustomLineItemAsync(CreateCustomLineItemRequest request) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest createCustomLineItemRequest)
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single
billing group for the current or previous billing period.
|
Future<CreateCustomLineItemResult> |
AbstractAWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest request,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsyncClient.createCustomLineItemAsync(CreateCustomLineItemRequest request,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest createCustomLineItemRequest,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler)
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single
billing group for the current or previous billing period.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCustomLineItemResult> |
AbstractAWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest request,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsyncClient.createCustomLineItemAsync(CreateCustomLineItemRequest request,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler) |
Future<CreateCustomLineItemResult> |
AWSBillingConductorAsync.createCustomLineItemAsync(CreateCustomLineItemRequest createCustomLineItemRequest,
AsyncHandler<CreateCustomLineItemRequest,CreateCustomLineItemResult> asyncHandler)
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single
billing group for the current or previous billing period.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.clone() |
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withAccountId(String accountId)
The Amazon Web Services account in which this custom line item will be applied to.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withBillingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withBillingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
A time range for which the custom line item is effective.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withChargeDetails(CustomLineItemChargeDetails chargeDetails)
A
CustomLineItemChargeDetails that describes the charge details for a custom line item. |
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withClientToken(String clientToken)
The token that is needed to support idempotency.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withDescription(String description)
The description of the custom line item.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withName(String name)
The name of the custom line item.
|
CreateCustomLineItemRequest |
CreateCustomLineItemRequest.withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to a custom line item.
|
Copyright © 2025. All rights reserved.