| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
PosixUser |
PosixUser.clone() |
PosixUser |
JobRunAsUser.getPosix()
The user and group that the jobs in the queue run as.
|
PosixUser |
PosixUser.withGroup(String group)
The name of the POSIX user's group.
|
PosixUser |
PosixUser.withUser(String user)
The name of the POSIX user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRunAsUser.setPosix(PosixUser posix)
The user and group that the jobs in the queue run as.
|
JobRunAsUser |
JobRunAsUser.withPosix(PosixUser posix)
The user and group that the jobs in the queue run as.
|
Copyright © 2025. All rights reserved.