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