Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.CreateCodeReviewResponse
-
Packages that use CreateCodeReviewResponse Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of CreateCodeReviewResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return CreateCodeReviewResponse Modifier and Type Method Description default CreateCodeReviewResponseCodeGuruReviewerClient. createCodeReview(Consumer<CreateCodeReviewRequest.Builder> createCodeReviewRequest)Use to create a code review with a CodeReviewType ofRepositoryAnalysis.default CreateCodeReviewResponseCodeGuruReviewerClient. createCodeReview(CreateCodeReviewRequest createCodeReviewRequest)Use to create a code review with a CodeReviewType ofRepositoryAnalysis.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type CreateCodeReviewResponse Modifier and Type Method Description default CompletableFuture<CreateCodeReviewResponse>CodeGuruReviewerAsyncClient. createCodeReview(Consumer<CreateCodeReviewRequest.Builder> createCodeReviewRequest)Use to create a code review with a CodeReviewType ofRepositoryAnalysis.default CompletableFuture<CreateCodeReviewResponse>CodeGuruReviewerAsyncClient. createCodeReview(CreateCodeReviewRequest createCodeReviewRequest)Use to create a code review with a CodeReviewType ofRepositoryAnalysis.
-