| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobState |
CodeReviewSummary.state()
The state of the code review.
|
JobState |
CodeReview.state()
The valid code review states are:
|
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 |
|---|---|
static Set<JobState> |
JobState.knownValues()
|
List<JobState> |
ListCodeReviewsRequest.states()
List of states for filtering that needs to be applied before displaying the result.
|
| Modifier and Type | Method and Description |
|---|---|
CodeReviewSummary.Builder |
CodeReviewSummary.Builder.state(JobState state)
The state of the code review.
|
CodeReview.Builder |
CodeReview.Builder.state(JobState state)
The valid code review states are:
|
ListCodeReviewsRequest.Builder |
ListCodeReviewsRequest.Builder.states(JobState... states)
List of states for filtering that needs to be applied before displaying the result.
|
| Modifier and Type | Method and Description |
|---|---|
ListCodeReviewsRequest.Builder |
ListCodeReviewsRequest.Builder.states(Collection<JobState> states)
List of states for filtering that needs to be applied before displaying the result.
|
Copyright © 2021. All rights reserved.