Uses of Class
software.amazon.awssdk.services.qapps.model.InputCardComputeMode
-
Packages that use InputCardComputeMode Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of InputCardComputeMode in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return InputCardComputeMode Modifier and Type Method Description InputCardComputeModeFormInputCard. computeMode()The compute mode of the form input card.InputCardComputeModeFormInputCardInput. computeMode()The compute mode of the form input card.static InputCardComputeModeInputCardComputeMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputCardComputeModeInputCardComputeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InputCardComputeMode[]InputCardComputeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type InputCardComputeMode Modifier and Type Method Description static Set<InputCardComputeMode>InputCardComputeMode. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type InputCardComputeMode Modifier and Type Method Description FormInputCard.BuilderFormInputCard.Builder. computeMode(InputCardComputeMode computeMode)The compute mode of the form input card.FormInputCardInput.BuilderFormInputCardInput.Builder. computeMode(InputCardComputeMode computeMode)The compute mode of the form input card.
-