| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
JobRunAsUser |
JobRunAsUser.clone() |
JobRunAsUser |
JobDetailsEntity.getJobRunAsUser()
The user name and group that the job uses when run.
|
JobRunAsUser |
UpdateQueueRequest.getJobRunAsUser()
Update the jobs in the queue to run as a specified POSIX user.
|
JobRunAsUser |
GetQueueResult.getJobRunAsUser()
The jobs in the queue ran as this specified POSIX user.
|
JobRunAsUser |
CreateQueueRequest.getJobRunAsUser()
The jobs in the queue run as the specified POSIX user.
|
JobRunAsUser |
JobRunAsUser.withPosix(PosixUser posix)
The user and group that the jobs in the queue run as.
|
JobRunAsUser |
JobRunAsUser.withRunAs(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.
|
JobRunAsUser |
JobRunAsUser.withRunAs(String 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.
|
JobRunAsUser |
JobRunAsUser.withWindows(WindowsUser windows)
Identifies a Microsoft Windows user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetailsEntity.setJobRunAsUser(JobRunAsUser jobRunAsUser)
The user name and group that the job uses when run.
|
void |
UpdateQueueRequest.setJobRunAsUser(JobRunAsUser jobRunAsUser)
Update the jobs in the queue to run as a specified POSIX user.
|
void |
GetQueueResult.setJobRunAsUser(JobRunAsUser jobRunAsUser)
The jobs in the queue ran as this specified POSIX user.
|
void |
CreateQueueRequest.setJobRunAsUser(JobRunAsUser jobRunAsUser)
The jobs in the queue run as the specified POSIX user.
|
JobDetailsEntity |
JobDetailsEntity.withJobRunAsUser(JobRunAsUser jobRunAsUser)
The user name and group that the job uses when run.
|
UpdateQueueRequest |
UpdateQueueRequest.withJobRunAsUser(JobRunAsUser jobRunAsUser)
Update the jobs in the queue to run as a specified POSIX user.
|
GetQueueResult |
GetQueueResult.withJobRunAsUser(JobRunAsUser jobRunAsUser)
The jobs in the queue ran as this specified POSIX user.
|
CreateQueueRequest |
CreateQueueRequest.withJobRunAsUser(JobRunAsUser jobRunAsUser)
The jobs in the queue run as the specified POSIX user.
|
Copyright © 2024. All rights reserved.