| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisType |
AnalysisType.fromValue(String value)
Use this in place of valueOf.
|
static AnalysisType |
AnalysisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisType[] |
AnalysisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeReviewType |
CodeReviewType.withAnalysisTypes(AnalysisType... analysisTypes)
They types of analysis performed during a repository analysis or a pull request review.
|
CodeReview |
CodeReview.withAnalysisTypes(AnalysisType... analysisTypes)
The types of analysis performed during a repository analysis or a pull request review.
|
Copyright © 2024. All rights reserved.