Uses of Interface
software.amazon.awssdk.services.billingconductor.model.UpdatePricingPlanRequest.Builder
-
Packages that use UpdatePricingPlanRequest.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 UpdatePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type UpdatePricingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePricingPlanResponse>BillingconductorAsyncClient. updatePricingPlan(Consumer<UpdatePricingPlanRequest.Builder> updatePricingPlanRequest)This updates an existing pricing plan.default UpdatePricingPlanResponseBillingconductorClient. updatePricingPlan(Consumer<UpdatePricingPlanRequest.Builder> updatePricingPlanRequest)This updates an existing pricing plan. -
Uses of UpdatePricingPlanRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return UpdatePricingPlanRequest.Builder Modifier and Type Method Description UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the pricing plan that you're updating.static UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest. builder()UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. description(String description)The description of the pricing plan.UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. name(String name)The name of the pricing plan.UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type UpdatePricingPlanRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePricingPlanRequest.Builder>UpdatePricingPlanRequest. serializableBuilderClass()
-