| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.fromValue(String value)
Use this in place of valueOf.
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeReviewSummary |
CodeReviewSummary.withState(JobState state)
The state of the code review.
|
CodeReview |
CodeReview.withState(JobState state)
The valid code review states are:
|
ListCodeReviewsRequest |
ListCodeReviewsRequest.withStates(JobState... states)
List of states for filtering that needs to be applied before displaying the result.
|
Copyright © 2024. All rights reserved.