| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisType |
AnalysisType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<AnalysisType> |
CodeReview.analysisTypes()
The types of analysis performed during a repository analysis or a pull request review.
|
List<AnalysisType> |
CodeReviewType.analysisTypes()
They types of analysis performed during a repository analysis or a pull request review.
|
static Set<AnalysisType> |
AnalysisType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CodeReview.Builder |
CodeReview.Builder.analysisTypes(AnalysisType... analysisTypes)
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReviewType.Builder |
CodeReviewType.Builder.analysisTypes(AnalysisType... analysisTypes)
They types of analysis performed during a repository analysis or a pull request review.
|
| Modifier and Type | Method and Description |
|---|---|
CodeReview.Builder |
CodeReview.Builder.analysisTypes(Collection<AnalysisType> analysisTypes)
The types of analysis performed during a repository analysis or a pull request review.
|
CodeReviewType.Builder |
CodeReviewType.Builder.analysisTypes(Collection<AnalysisType> analysisTypes)
They types of analysis performed during a repository analysis or a pull request review.
|
Copyright © 2023. All rights reserved.