Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PricingPlan
-
Packages that use PricingPlan Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PricingPlan in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingPlan Modifier and Type Method Description PricingPlanGetPricingPlanResponse. currentPricingPlan()The chosen pricing plan for the current billing cycle.PricingPlanUpdatePricingPlanResponse. currentPricingPlan()Update the current pricing plan.PricingPlanGetPricingPlanResponse. pendingPricingPlan()The pending pricing plan.PricingPlanUpdatePricingPlanResponse. pendingPricingPlan()Update the pending pricing plan.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PricingPlan Modifier and Type Method Description GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder. currentPricingPlan(PricingPlan currentPricingPlan)The chosen pricing plan for the current billing cycle.UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. currentPricingPlan(PricingPlan currentPricingPlan)Update the current pricing plan.GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder. pendingPricingPlan(PricingPlan pendingPricingPlan)The pending pricing plan.UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. pendingPricingPlan(PricingPlan pendingPricingPlan)Update the pending pricing plan.
-