Uses of Class
software.amazon.awssdk.services.codestar.model.ToolchainSource
-
Packages that use ToolchainSource Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of ToolchainSource in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return ToolchainSource Modifier and Type Method Description ToolchainSourceToolchain. source()The Amazon S3 location where the toolchain template file provided with the project request is stored.Methods in software.amazon.awssdk.services.codestar.model with parameters of type ToolchainSource Modifier and Type Method Description Toolchain.BuilderToolchain.Builder. source(ToolchainSource source)The Amazon S3 location where the toolchain template file provided with the project request is stored.
-