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