Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdatePricingPlanResponse.Builder
-
Packages that use UpdatePricingPlanResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of UpdatePricingPlanResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdatePricingPlanResponse.Builder Modifier and Type Method Description static UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse. builder()default UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)Update the current pricing plan.UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. currentPricingPlan(PricingPlan currentPricingPlan)Update the current pricing plan.default UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)Update the pending pricing plan.UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. pendingPricingPlan(PricingPlan pendingPricingPlan)Update the pending pricing plan.UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type UpdatePricingPlanResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePricingPlanResponse.Builder>UpdatePricingPlanResponse. serializableBuilderClass()
-