Uses of Class
software.amazon.awssdk.services.deadline.model.WorkerStatus
-
Packages that use WorkerStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of WorkerStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return WorkerStatus Modifier and Type Method Description static WorkerStatusWorkerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkerStatusGetWorkerResponse. status()The status of the worker.WorkerStatusWorkerSearchSummary. status()The status of the worker search.WorkerStatusWorkerSummary. status()The status of the worker.static WorkerStatusWorkerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerStatus[]WorkerStatus. 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 WorkerStatus Modifier and Type Method Description static Set<WorkerStatus>WorkerStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type WorkerStatus Modifier and Type Method Description GetWorkerResponse.BuilderGetWorkerResponse.Builder. status(WorkerStatus status)The status of the worker.WorkerSearchSummary.BuilderWorkerSearchSummary.Builder. status(WorkerStatus status)The status of the worker search.WorkerSummary.BuilderWorkerSummary.Builder. status(WorkerStatus status)The status of the worker.
-