Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdatePricingPlanResponse
-
Packages that use UpdatePricingPlanResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of UpdatePricingPlanResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return UpdatePricingPlanResponse Modifier and Type Method Description default UpdatePricingPlanResponseIoTTwinMakerClient. updatePricingPlan(Consumer<UpdatePricingPlanRequest.Builder> updatePricingPlanRequest)Update the pricing plan.default UpdatePricingPlanResponseIoTTwinMakerClient. updatePricingPlan(UpdatePricingPlanRequest updatePricingPlanRequest)Update the pricing plan.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type UpdatePricingPlanResponse Modifier and Type Method Description default CompletableFuture<UpdatePricingPlanResponse>IoTTwinMakerAsyncClient. updatePricingPlan(Consumer<UpdatePricingPlanRequest.Builder> updatePricingPlanRequest)Update the pricing plan.default CompletableFuture<UpdatePricingPlanResponse>IoTTwinMakerAsyncClient. updatePricingPlan(UpdatePricingPlanRequest updatePricingPlanRequest)Update the pricing plan.
-