Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.JobState
-
Packages that use JobState Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of JobState in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return JobState Modifier and Type Method Description static JobStateJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStateCodeReview. state()The valid code review states are:JobStateCodeReviewSummary. state()The state of the code review.static JobStateJobState. 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.Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type JobState Modifier and Type Method Description static Set<JobState>JobState. knownValues()List<JobState>ListCodeReviewsRequest. states()List of states for filtering that needs to be applied before displaying the result.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type JobState Modifier and Type Method Description CodeReview.BuilderCodeReview.Builder. state(JobState state)The valid code review states are:CodeReviewSummary.BuilderCodeReviewSummary.Builder. state(JobState state)The state of the code review.ListCodeReviewsRequest.BuilderListCodeReviewsRequest.Builder. states(JobState... states)List of states for filtering that needs to be applied before displaying the result.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type JobState Modifier and Type Method Description ListCodeReviewsRequest.BuilderListCodeReviewsRequest.Builder. states(Collection<JobState> states)List of states for filtering that needs to be applied before displaying the result.
-