Uses of Class
software.amazon.awssdk.services.deadline.model.DesiredWorkerStatus
-
Packages that use DesiredWorkerStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of DesiredWorkerStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return DesiredWorkerStatus Modifier and Type Method Description DesiredWorkerStatusUpdateWorkerScheduleResponse. desiredWorkerStatus()The status to update the worker to.static DesiredWorkerStatusDesiredWorkerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DesiredWorkerStatusDesiredWorkerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DesiredWorkerStatus[]DesiredWorkerStatus. 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 DesiredWorkerStatus Modifier and Type Method Description static Set<DesiredWorkerStatus>DesiredWorkerStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type DesiredWorkerStatus Modifier and Type Method Description UpdateWorkerScheduleResponse.BuilderUpdateWorkerScheduleResponse.Builder. desiredWorkerStatus(DesiredWorkerStatus desiredWorkerStatus)The status to update the worker to.
-