| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ReactStartCodegenJobData |
ReactStartCodegenJobData.addDependenciesEntry(String key,
String value)
Add a single Dependencies entry
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.clearDependenciesEntries()
Removes all the entries added into Dependencies.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.clone() |
ReactStartCodegenJobData |
CodegenJobRenderConfig.getReact()
The name of the
ReactStartCodegenJobData object. |
ReactStartCodegenJobData |
ReactStartCodegenJobData.withApiConfiguration(ApiConfiguration apiConfiguration)
The API configuration for the code generation job.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withDependencies(Map<String,String> dependencies)
Lists the dependency packages that may be required for the project code to run.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withInlineSourceMap(Boolean inlineSourceMap)
Specifies whether the code generation job should render inline source maps.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withModule(JSModule module)
The JavaScript module type.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withModule(String module)
The JavaScript module type.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withRenderTypeDeclarations(Boolean renderTypeDeclarations)
Specifies whether the code generation job should render type declaration files.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withScript(JSScript script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withScript(String script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withTarget(JSTarget target)
The ECMAScript specification to use.
|
ReactStartCodegenJobData |
ReactStartCodegenJobData.withTarget(String target)
The ECMAScript specification to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodegenJobRenderConfig.setReact(ReactStartCodegenJobData react)
The name of the
ReactStartCodegenJobData object. |
CodegenJobRenderConfig |
CodegenJobRenderConfig.withReact(ReactStartCodegenJobData react)
The name of the
ReactStartCodegenJobData object. |
Copyright © 2025. All rights reserved.