Uses of Class
software.amazon.awssdk.services.codestar.model.CodeSource
-
Packages that use CodeSource Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of CodeSource in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return CodeSource Modifier and Type Method Description CodeSourceCode. source()The location where the source code files provided with the project request are stored.Methods in software.amazon.awssdk.services.codestar.model with parameters of type CodeSource Modifier and Type Method Description Code.BuilderCode.Builder. source(CodeSource source)The location where the source code files provided with the project request are stored.
-