| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
SessionActionSummary |
SessionActionSummary.clone() |
SessionActionSummary |
SessionActionSummary.withDefinition(SessionActionDefinitionSummary definition)
The session action definition.
|
SessionActionSummary |
SessionActionSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
SessionActionSummary |
SessionActionSummary.withProgressPercent(Float progressPercent)
The completion percentage for the session action.
|
SessionActionSummary |
SessionActionSummary.withSessionActionId(String sessionActionId)
The session action ID.
|
SessionActionSummary |
SessionActionSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
SessionActionSummary |
SessionActionSummary.withStatus(SessionActionStatus status)
The status of the session action.
|
SessionActionSummary |
SessionActionSummary.withStatus(String status)
The status of the session action.
|
SessionActionSummary |
SessionActionSummary.withWorkerUpdatedAt(Date workerUpdatedAt)
The Linux timestamp of the last date and time that the session action was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionActionSummary> |
ListSessionActionsResult.getSessionActions()
The session actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionActionsResult |
ListSessionActionsResult.withSessionActions(SessionActionSummary... sessionActions)
The session actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionActionsResult.setSessionActions(Collection<SessionActionSummary> sessionActions)
The session actions.
|
ListSessionActionsResult |
ListSessionActionsResult.withSessionActions(Collection<SessionActionSummary> sessionActions)
The session actions.
|
Copyright © 2025. All rights reserved.