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