Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetPricingPlanResponse.Builder
-
Packages that use GetPricingPlanResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of GetPricingPlanResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetPricingPlanResponse.Builder Modifier and Type Method Description static GetPricingPlanResponse.BuilderGetPricingPlanResponse. builder()default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder. currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)The chosen pricing plan for the current billing cycle.GetPricingPlanResponse.BuilderGetPricingPlanResponse.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.BuilderGetPricingPlanResponse.Builder. pendingPricingPlan(PricingPlan pendingPricingPlan)The pending pricing plan.GetPricingPlanResponse.BuilderGetPricingPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetPricingPlanResponse.Builder Modifier and Type Method Description static Class<? extends GetPricingPlanResponse.Builder>GetPricingPlanResponse. serializableBuilderClass()
-