Uses of Class
software.amazon.awssdk.services.deadline.model.JobRunAsUser
-
Packages that use JobRunAsUser Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobRunAsUser in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobRunAsUser Modifier and Type Method Description JobRunAsUserCreateQueueRequest. jobRunAsUser()The jobs in the queue run as the specified POSIX user.JobRunAsUserGetQueueResponse. jobRunAsUser()The jobs in the queue ran as this specified POSIX user.JobRunAsUserJobDetailsEntity. jobRunAsUser()The user name and group that the job uses when run.JobRunAsUserUpdateQueueRequest. jobRunAsUser()Update the jobs in the queue to run as a specified POSIX user.Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobRunAsUser Modifier and Type Method Description CreateQueueRequest.BuilderCreateQueueRequest.Builder. jobRunAsUser(JobRunAsUser jobRunAsUser)The jobs in the queue run as the specified POSIX user.GetQueueResponse.BuilderGetQueueResponse.Builder. jobRunAsUser(JobRunAsUser jobRunAsUser)The jobs in the queue ran as this specified POSIX user.JobDetailsEntity.BuilderJobDetailsEntity.Builder. jobRunAsUser(JobRunAsUser jobRunAsUser)The user name and group that the job uses when run.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. jobRunAsUser(JobRunAsUser jobRunAsUser)Update the jobs in the queue to run as a specified POSIX user.
-