Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.UpdateReason
Packages that use UpdateReason
-
Uses of UpdateReason in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateReasonModifier and TypeMethodDescriptionstatic UpdateReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UpdateReasonPricingPlan.updateReason()The update reason for changing a pricing plan.static UpdateReasonReturns 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 UpdateReasonMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type UpdateReasonModifier and TypeMethodDescriptionPricingPlan.Builder.updateReason(UpdateReason updateReason) The update reason for changing a pricing plan.