| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
AssignedSessionAction |
AssignedSessionAction.clone() |
AssignedSessionAction |
AssignedSessionAction.withDefinition(AssignedSessionActionDefinition definition)
The definition of the assigned session action.
|
AssignedSessionAction |
AssignedSessionAction.withSessionActionId(String sessionActionId)
The session action ID for the assigned session.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssignedSessionAction> |
AssignedSession.getSessionActions()
The session actions to apply to the assigned session.
|
| Modifier and Type | Method and Description |
|---|---|
AssignedSession |
AssignedSession.withSessionActions(AssignedSessionAction... sessionActions)
The session actions to apply to the assigned session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignedSession.setSessionActions(Collection<AssignedSessionAction> sessionActions)
The session actions to apply to the assigned session.
|
AssignedSession |
AssignedSession.withSessionActions(Collection<AssignedSessionAction> sessionActions)
The session actions to apply to the assigned session.
|
Copyright © 2024. All rights reserved.