Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.CodeReviewSummary
-
Packages that use CodeReviewSummary Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of CodeReviewSummary in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type CodeReviewSummary Modifier and Type Method Description List<CodeReviewSummary>ListCodeReviewsResponse. codeReviewSummaries()A list of code reviews that meet the criteria of the request.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type CodeReviewSummary Modifier and Type Method Description ListCodeReviewsResponse.BuilderListCodeReviewsResponse.Builder. codeReviewSummaries(CodeReviewSummary... codeReviewSummaries)A list of code reviews that meet the criteria of the request.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type CodeReviewSummary Modifier and Type Method Description ListCodeReviewsResponse.BuilderListCodeReviewsResponse.Builder. codeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)A list of code reviews that meet the criteria of the request.
-