Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateReason
-
Packages that use UpdateReason Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of UpdateReason in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateReason Modifier and Type Method Description static UpdateReasonUpdateReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateReasonPricingPlan. updateReason()The update reason for changing a pricing plan.static UpdateReasonUpdateReason. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateReason[]UpdateReason. 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 UpdateReason Modifier and Type Method Description static Set<UpdateReason>UpdateReason. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type UpdateReason Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. updateReason(UpdateReason updateReason)The update reason for changing a pricing plan.
-