Uses of Class
software.amazon.awssdk.services.codestar.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of S3Location in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return S3Location Modifier and Type Method Description S3LocationCodeSource. s3()Information about the Amazon S3 location where the source code files provided with the project request are stored.S3LocationToolchainSource. s3()The Amazon S3 bucket where the toolchain template file provided with the project request is stored.Methods in software.amazon.awssdk.services.codestar.model with parameters of type S3Location Modifier and Type Method Description CodeSource.BuilderCodeSource.Builder. s3(S3Location s3)Information about the Amazon S3 location where the source code files provided with the project request are stored.ToolchainSource.BuilderToolchainSource.Builder. s3(S3Location s3)The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
-