Uses of Class
software.amazon.awssdk.services.datazone.model.JobRunStatus
-
Packages that use JobRunStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of JobRunStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return JobRunStatus Modifier and Type Method Description static JobRunStatusJobRunStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobRunStatusGetJobRunResponse. status()The status of the job run.JobRunStatusJobRunSummary. status()The status of a job run.JobRunStatusListJobRunsRequest. status()The status of a job run.static JobRunStatusJobRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobRunStatus[]JobRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type JobRunStatus Modifier and Type Method Description static Set<JobRunStatus>JobRunStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type JobRunStatus Modifier and Type Method Description GetJobRunResponse.BuilderGetJobRunResponse.Builder. status(JobRunStatus status)The status of the job run.JobRunSummary.BuilderJobRunSummary.Builder. status(JobRunStatus status)The status of a job run.ListJobRunsRequest.BuilderListJobRunsRequest.Builder. status(JobRunStatus status)The status of a job run.
-