Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PricingMode
-
Packages that use PricingMode Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PricingMode in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingMode Modifier and Type Method Description static PricingModePricingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PricingModePricingPlan. pricingMode()The pricing mode.PricingModeUpdatePricingPlanRequest. pricingMode()The pricing mode.static PricingModePricingMode. valueOf(String name)Returns 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 PricingMode Modifier and Type Method Description static Set<PricingMode>PricingMode. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PricingMode Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. pricingMode(PricingMode pricingMode)The pricing mode.UpdatePricingPlanRequest.BuilderUpdatePricingPlanRequest.Builder. pricingMode(PricingMode pricingMode)The pricing mode.
-