| 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<DeleteCustomLineItemResponse> |
BillingconductorAsyncClient.deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
|
default DeleteCustomLineItemResponse |
BillingconductorClient.deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.Builder.arn(String arn)
The ARN of the custom line item to be deleted.
|
default DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.Builder.billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.Builder.billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
static DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.builder() |
DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteCustomLineItemRequest.Builder |
DeleteCustomLineItemRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteCustomLineItemRequest.Builder> |
DeleteCustomLineItemRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.