| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
CodeReviewType |
CodeReviewType.clone() |
CodeReviewType |
CreateCodeReviewRequest.getType()
The type of code review to create.
|
CodeReviewType |
CodeReviewType.withRepositoryAnalysis(RepositoryAnalysis repositoryAnalysis)
A code review that analyzes all code under a specified branch in an associated respository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCodeReviewRequest.setType(CodeReviewType type)
The type of code review to create.
|
CreateCodeReviewRequest |
CreateCodeReviewRequest.withType(CodeReviewType type)
The type of code review to create.
|
Copyright © 2021. All rights reserved.