| 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<DeletePricingRuleResponse> |
BillingconductorAsyncClient.deletePricingRule(Consumer<DeletePricingRuleRequest.Builder> deletePricingRuleRequest)
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
|
default DeletePricingRuleResponse |
BillingconductorClient.deletePricingRule(Consumer<DeletePricingRuleRequest.Builder> deletePricingRuleRequest)
Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
DeletePricingRuleRequest.Builder |
DeletePricingRuleRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the pricing rule that you are deleting.
|
static DeletePricingRuleRequest.Builder |
DeletePricingRuleRequest.builder() |
DeletePricingRuleRequest.Builder |
DeletePricingRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePricingRuleRequest.Builder |
DeletePricingRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePricingRuleRequest.Builder |
DeletePricingRuleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletePricingRuleRequest.Builder> |
DeletePricingRuleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.