Uses of Class
software.amazon.awssdk.services.deadline.model.RunAs
-
Packages that use RunAs Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of RunAs in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return RunAs Modifier and Type Method Description static RunAsRunAs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunAsJobRunAsUser. runAs()Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.static RunAsRunAs. valueOf(String name)Returns the enum constant of this type with the specified name.static RunAs[]RunAs. 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 RunAs Modifier and Type Method Description static Set<RunAs>RunAs. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type RunAs Modifier and Type Method Description JobRunAsUser.BuilderJobRunAsUser.Builder. runAs(RunAs runAs)Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.
-