Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.JSScript
-
Packages that use JSScript Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of JSScript in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return JSScript Modifier and Type Method Description static JSScriptJSScript. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JSScriptReactStartCodegenJobData. script()The file type to use for a JavaScript project.static JSScriptJSScript. valueOf(String name)Returns the enum constant of this type with the specified name.static JSScript[]JSScript. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type JSScript Modifier and Type Method Description static Set<JSScript>JSScript. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type JSScript Modifier and Type Method Description ReactStartCodegenJobData.BuilderReactStartCodegenJobData.Builder. script(JSScript script)The file type to use for a JavaScript project.
-