| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerSessionSummary |
WorkerSessionSummary.clone() |
WorkerSessionSummary |
WorkerSessionSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
WorkerSessionSummary |
WorkerSessionSummary.withJobId(String jobId)
The job ID for the job associated with the worker's session.
|
WorkerSessionSummary |
WorkerSessionSummary.withLifecycleStatus(SessionLifecycleStatus lifecycleStatus)
The life cycle status for the worker's session.
|
WorkerSessionSummary |
WorkerSessionSummary.withLifecycleStatus(String lifecycleStatus)
The life cycle status for the worker's session.
|
WorkerSessionSummary |
WorkerSessionSummary.withQueueId(String queueId)
The queue ID for the queue associated to the worker.
|
WorkerSessionSummary |
WorkerSessionSummary.withSessionId(String sessionId)
The session ID for the session action.
|
WorkerSessionSummary |
WorkerSessionSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
WorkerSessionSummary |
WorkerSessionSummary.withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The life cycle status
|
WorkerSessionSummary |
WorkerSessionSummary.withTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerSessionSummary> |
ListSessionsForWorkerResult.getSessions()
The sessions in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsForWorkerResult |
ListSessionsForWorkerResult.withSessions(WorkerSessionSummary... sessions)
The sessions in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionsForWorkerResult.setSessions(Collection<WorkerSessionSummary> sessions)
The sessions in the response.
|
ListSessionsForWorkerResult |
ListSessionsForWorkerResult.withSessions(Collection<WorkerSessionSummary> sessions)
The sessions in the response.
|
Copyright © 2024. All rights reserved.