Uses of Class
software.amazon.awssdk.services.codebuild.model.SourceAuth
-
Packages that use SourceAuth Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of SourceAuth in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return SourceAuth Modifier and Type Method Description SourceAuthProjectSource. auth()Information about the authorization settings for CodeBuild to access the source code to be built.SourceAuthStartBuildBatchRequest. sourceAuthOverride()ASourceAuthobject that overrides the one defined in the batch build project.SourceAuthStartBuildRequest. sourceAuthOverride()An authorization type for this build that overrides the one defined in the build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type SourceAuth Modifier and Type Method Description ProjectSource.BuilderProjectSource.Builder. auth(SourceAuth auth)Information about the authorization settings for CodeBuild to access the source code to be built.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. sourceAuthOverride(SourceAuth sourceAuthOverride)ASourceAuthobject that overrides the one defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. sourceAuthOverride(SourceAuth sourceAuthOverride)An authorization type for this build that overrides the one defined in the build project.
-