Uses of Class
software.amazon.awssdk.services.databrew.model.JobRunState
-
Packages that use JobRunState Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of JobRunState in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return JobRunState Modifier and Type Method Description static JobRunStateJobRunState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobRunStateDescribeJobRunResponse. state()The current state of the job run entity itself.JobRunStateJobRun. state()The current state of the job run entity itself.static JobRunStateJobRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobRunState[]JobRunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type JobRunState Modifier and Type Method Description static Set<JobRunState>JobRunState. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type JobRunState Modifier and Type Method Description DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. state(JobRunState state)The current state of the job run entity itself.JobRun.BuilderJobRun.Builder. state(JobRunState state)The current state of the job run entity itself.
-