Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetPricingPlanResponse.Builder
Packages that use GetPricingPlanResponse.Builder
-
Uses of GetPricingPlanResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetPricingPlanResponse.BuilderModifier and TypeMethodDescriptionGetPricingPlanResponse.builder()default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder.currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan) The chosen pricing plan for the current billing cycle.GetPricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan) The chosen pricing plan for the current billing cycle.default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder.pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan) The pending pricing plan.GetPricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan) The pending pricing plan.GetPricingPlanResponse.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetPricingPlanResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPricingPlanResponse.Builder>GetPricingPlanResponse.serializableBuilderClass()