| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigFileState |
CodeReview.configFileState()
The state of the
aws-codeguru-reviewer.yml configuration file that allows the configuration of the
CodeGuru Reviewer analysis. |
static ConfigFileState |
ConfigFileState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConfigFileState |
ConfigFileState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigFileState[] |
ConfigFileState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConfigFileState> |
ConfigFileState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CodeReview.Builder |
CodeReview.Builder.configFileState(ConfigFileState configFileState)
The state of the
aws-codeguru-reviewer.yml configuration file that allows the configuration of
the CodeGuru Reviewer analysis. |
Copyright © 2023. All rights reserved.