Uses of Interface
software.amazon.awssdk.services.billingconductor.model.DeletePricingPlanRequest.Builder
-
Packages that use DeletePricingPlanRequest.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 DeletePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type DeletePricingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<DeletePricingPlanResponse>BillingconductorAsyncClient. deletePricingPlan(Consumer<DeletePricingPlanRequest.Builder> deletePricingPlanRequest)Deletes a pricing plan.default DeletePricingPlanResponseBillingconductorClient. deletePricingPlan(Consumer<DeletePricingPlanRequest.Builder> deletePricingPlanRequest)Deletes a pricing plan. -
Uses of DeletePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return DeletePricingPlanRequest.Builder Modifier and Type Method Description DeletePricingPlanRequest.BuilderDeletePricingPlanRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the pricing plan that you're deleting.static DeletePricingPlanRequest.BuilderDeletePricingPlanRequest. builder()DeletePricingPlanRequest.BuilderDeletePricingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePricingPlanRequest.BuilderDeletePricingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePricingPlanRequest.BuilderDeletePricingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type DeletePricingPlanRequest.Builder Modifier and Type Method Description static Class<? extends DeletePricingPlanRequest.Builder>DeletePricingPlanRequest. serializableBuilderClass()
-