Uses of Class
software.amazon.awssdk.services.deadline.model.StepLifecycleStatus
-
Packages that use StepLifecycleStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of StepLifecycleStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return StepLifecycleStatus Modifier and Type Method Description static StepLifecycleStatusStepLifecycleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StepLifecycleStatusGetStepResponse. lifecycleStatus()The life cycle status of the step.StepLifecycleStatusStepSearchSummary. lifecycleStatus()The life cycle status.StepLifecycleStatusStepSummary. lifecycleStatus()The life cycle status.static StepLifecycleStatusStepLifecycleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StepLifecycleStatus[]StepLifecycleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type StepLifecycleStatus Modifier and Type Method Description static Set<StepLifecycleStatus>StepLifecycleStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type StepLifecycleStatus Modifier and Type Method Description GetStepResponse.BuilderGetStepResponse.Builder. lifecycleStatus(StepLifecycleStatus lifecycleStatus)The life cycle status of the step.StepSearchSummary.BuilderStepSearchSummary.Builder. lifecycleStatus(StepLifecycleStatus lifecycleStatus)The life cycle status.StepSummary.BuilderStepSummary.Builder. lifecycleStatus(StepLifecycleStatus lifecycleStatus)The life cycle status.
-