Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PricingPlan
Packages that use PricingPlan
-
Uses of PricingPlan in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingPlanModifier and TypeMethodDescriptionfinal PricingPlanGetPricingPlanResponse.currentPricingPlan()The chosen pricing plan for the current billing cycle.final PricingPlanUpdatePricingPlanResponse.currentPricingPlan()Update the current pricing plan.final PricingPlanGetPricingPlanResponse.pendingPricingPlan()The pending pricing plan.final PricingPlanUpdatePricingPlanResponse.pendingPricingPlan()Update the pending pricing plan.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PricingPlanModifier and TypeMethodDescriptionGetPricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan) The chosen pricing plan for the current billing cycle.UpdatePricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan) Update the current pricing plan.GetPricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan) The pending pricing plan.UpdatePricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan) Update the pending pricing plan.