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