Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.RepositoryHeadSourceCodeType
-
Packages that use RepositoryHeadSourceCodeType Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of RepositoryHeadSourceCodeType in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return RepositoryHeadSourceCodeType Modifier and Type Method Description RepositoryHeadSourceCodeTypeRepositoryAnalysis. repositoryHead()A SourceCodeType that specifies the tip of a branch in an associated repository.RepositoryHeadSourceCodeTypeSourceCodeType. repositoryHead()Returns the value of the RepositoryHead property for this object.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type RepositoryHeadSourceCodeType Modifier and Type Method Description RepositoryAnalysis.BuilderRepositoryAnalysis.Builder. repositoryHead(RepositoryHeadSourceCodeType repositoryHead)A SourceCodeType that specifies the tip of a branch in an associated repository.SourceCodeType.BuilderSourceCodeType.Builder. repositoryHead(RepositoryHeadSourceCodeType repositoryHead)Sets the value of the RepositoryHead property for this object.
-