Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.JobExecutionStatus
-
Packages that use JobExecutionStatus Package Description software.amazon.awssdk.services.iotjobsdataplane.model -
-
Uses of JobExecutionStatus in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return JobExecutionStatus Modifier and Type Method Description static JobExecutionStatusJobExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobExecutionStatusJobExecution. status()The status of the job execution.JobExecutionStatusJobExecutionState. status()The status of the job execution.JobExecutionStatusUpdateJobExecutionRequest. status()The new status for the job execution (IN_PROGRESS, FAILED, SUCCESS, or REJECTED).static JobExecutionStatusJobExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobExecutionStatus[]JobExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type JobExecutionStatus Modifier and Type Method Description static Set<JobExecutionStatus>JobExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.iotjobsdataplane.model with parameters of type JobExecutionStatus Modifier and Type Method Description JobExecution.BuilderJobExecution.Builder. status(JobExecutionStatus status)The status of the job execution.JobExecutionState.BuilderJobExecutionState.Builder. status(JobExecutionStatus status)The status of the job execution.UpdateJobExecutionRequest.BuilderUpdateJobExecutionRequest.Builder. status(JobExecutionStatus status)The new status for the job execution (IN_PROGRESS, FAILED, SUCCESS, or REJECTED).
-