Uses of Class
software.amazon.awssdk.services.emrcontainers.model.JobRunState
-
Packages that use JobRunState Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of JobRunState in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.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.JobRunStateJobRun. state()The state of the job run.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.emrcontainers.model that return types with arguments of type JobRunState Modifier and Type Method Description static Set<JobRunState>JobRunState. knownValues()List<JobRunState>ListJobRunsRequest. states()The states of the job run.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type JobRunState Modifier and Type Method Description JobRun.BuilderJobRun.Builder. state(JobRunState state)The state of the job run.ListJobRunsRequest.BuilderListJobRunsRequest.Builder. states(JobRunState... states)The states of the job run.Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type JobRunState Modifier and Type Method Description ListJobRunsRequest.BuilderListJobRunsRequest.Builder. states(Collection<JobRunState> states)The states of the job run.
-