Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.PricingMode
Packages that use PricingMode
-
Uses of PricingMode in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingModeModifier and TypeMethodDescriptionstatic PricingModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PricingModePricingPlan.pricingMode()The pricing mode.final PricingModeUpdatePricingPlanRequest.pricingMode()The pricing mode.static PricingModeReturns the enum constant of this type with the specified name.static PricingMode[]PricingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PricingModeMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PricingModeModifier and TypeMethodDescriptionPricingPlan.Builder.pricingMode(PricingMode pricingMode) The pricing mode.UpdatePricingPlanRequest.Builder.pricingMode(PricingMode pricingMode) The pricing mode.