Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.CodeReview
-
Packages that use CodeReview Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of CodeReview in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return CodeReview Modifier and Type Method Description CodeReviewCreateCodeReviewResponse. codeReview()Returns the value of the CodeReview property for this object.CodeReviewDescribeCodeReviewResponse. codeReview()Information about the code review.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type CodeReview Modifier and Type Method Description CreateCodeReviewResponse.BuilderCreateCodeReviewResponse.Builder. codeReview(CodeReview codeReview)Sets the value of the CodeReview property for this object.DescribeCodeReviewResponse.BuilderDescribeCodeReviewResponse.Builder. codeReview(CodeReview codeReview)Information about the code review.
-