Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.CodegenDependency
-
Packages that use CodegenDependency Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of CodegenDependency in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type CodegenDependency Modifier and Type Method Description List<CodegenDependency>CodegenJob. dependencies()Lists the dependency packages that may be required for the project code to run.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type CodegenDependency Modifier and Type Method Description CodegenJob.BuilderCodegenJob.Builder. dependencies(CodegenDependency... dependencies)Lists the dependency packages that may be required for the project code to run.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type CodegenDependency Modifier and Type Method Description CodegenJob.BuilderCodegenJob.Builder. dependencies(Collection<CodegenDependency> dependencies)Lists the dependency packages that may be required for the project code to run.
-