Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPricingPlanResponse
-
Packages that use GetPricingPlanResponse 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 GetPricingPlanResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetPricingPlanResponse Modifier and Type Method Description default GetPricingPlanResponseIoTTwinMakerClient. getPricingPlan(Consumer<GetPricingPlanRequest.Builder> getPricingPlanRequest)Gets the pricing plan.default GetPricingPlanResponseIoTTwinMakerClient. getPricingPlan(GetPricingPlanRequest getPricingPlanRequest)Gets the pricing plan.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetPricingPlanResponse Modifier and Type Method Description default CompletableFuture<GetPricingPlanResponse>IoTTwinMakerAsyncClient. getPricingPlan(Consumer<GetPricingPlanRequest.Builder> getPricingPlanRequest)Gets the pricing plan.default CompletableFuture<GetPricingPlanResponse>IoTTwinMakerAsyncClient. getPricingPlan(GetPricingPlanRequest getPricingPlanRequest)Gets the pricing plan.
-