| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<CodegenDependency> |
CodegenJob.dependencies()
Lists the dependency packages that may be required for the project code to run.
|
| Modifier and Type | Method and Description |
|---|---|
CodegenJob.Builder |
CodegenJob.Builder.dependencies(CodegenDependency... dependencies)
Lists the dependency packages that may be required for the project code to run.
|
| Modifier and Type | Method and Description |
|---|---|
CodegenJob.Builder |
CodegenJob.Builder.dependencies(Collection<CodegenDependency> dependencies)
Lists the dependency packages that may be required for the project code to run.
|
Copyright © 2023. All rights reserved.