Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.JSTarget
-
Packages that use JSTarget Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of JSTarget in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return JSTarget Modifier and Type Method Description static JSTargetJSTarget. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JSTargetReactStartCodegenJobData. target()The ECMAScript specification to use.static JSTargetJSTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static JSTarget[]JSTarget. 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 JSTarget Modifier and Type Method Description static Set<JSTarget>JSTarget. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type JSTarget Modifier and Type Method Description ReactStartCodegenJobData.BuilderReactStartCodegenJobData.Builder. target(JSTarget target)The ECMAScript specification to use.
-