Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdatePricingPlanRequest.Builder
Packages that use UpdatePricingPlanRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of UpdatePricingPlanRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type UpdatePricingPlanRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.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 UpdatePricingPlanRequest.BuilderModifier and TypeMethodDescriptionUpdatePricingPlanRequest.builder()UpdatePricingPlanRequest.Builder.bundleNames(String... bundleNames) The bundle names.UpdatePricingPlanRequest.Builder.bundleNames(Collection<String> bundleNames) The bundle names.UpdatePricingPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdatePricingPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdatePricingPlanRequest.Builder.pricingMode(String pricingMode) The pricing mode.UpdatePricingPlanRequest.Builder.pricingMode(PricingMode pricingMode) The pricing mode.UpdatePricingPlanRequest.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type UpdatePricingPlanRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdatePricingPlanRequest.Builder>UpdatePricingPlanRequest.serializableBuilderClass()