Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.SourceCodeType
-
Packages that use SourceCodeType Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of SourceCodeType in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return SourceCodeType Modifier and Type Method Description SourceCodeTypeCodeReview. sourceCodeType()The type of the source code for the code review.SourceCodeTypeCodeReviewSummary. sourceCodeType()Returns the value of the SourceCodeType property for this object.SourceCodeTypeRepositoryAnalysis. sourceCodeType()Returns the value of the SourceCodeType property for this object.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type SourceCodeType Modifier and Type Method Description CodeReview.BuilderCodeReview.Builder. sourceCodeType(SourceCodeType sourceCodeType)The type of the source code for the code review.CodeReviewSummary.BuilderCodeReviewSummary.Builder. sourceCodeType(SourceCodeType sourceCodeType)Sets the value of the SourceCodeType property for this object.RepositoryAnalysis.BuilderRepositoryAnalysis.Builder. sourceCodeType(SourceCodeType sourceCodeType)Sets the value of the SourceCodeType property for this object.
-