Uses of Enum
software.amazon.awssdk.services.outposts.model.FormFactor
Packages that use FormFactor
-
Uses of FormFactor in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return FormFactorModifier and TypeMethodDescriptionfinal FormFactorFormFactorConfig.formFactor()The form factor.static FormFactorUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FormFactorReturns the enum constant of this type with the specified name.static FormFactor[]FormFactor.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type FormFactorMethods in software.amazon.awssdk.services.outposts.model with parameters of type FormFactorModifier and TypeMethodDescriptionFormFactorConfig.Builder.formFactor(FormFactor formFactor) The form factor.