| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
SessionSummary |
SessionSummary.clone() |
SessionSummary |
SessionSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
SessionSummary |
SessionSummary.withFleetId(String fleetId)
The fleet ID.
|
SessionSummary |
SessionSummary.withLifecycleStatus(SessionLifecycleStatus lifecycleStatus)
The life cycle status for the session.
|
SessionSummary |
SessionSummary.withLifecycleStatus(String lifecycleStatus)
The life cycle status for the session.
|
SessionSummary |
SessionSummary.withSessionId(String sessionId)
The session ID.
|
SessionSummary |
SessionSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
SessionSummary |
SessionSummary.withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The target life cycle status for the session.
|
SessionSummary |
SessionSummary.withTargetLifecycleStatus(String targetLifecycleStatus)
The target life cycle status for the session.
|
SessionSummary |
SessionSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
SessionSummary |
SessionSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
SessionSummary |
SessionSummary.withWorkerId(String workerId)
The worker ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionSummary> |
ListSessionsResult.getSessions()
The sessions on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResult |
ListSessionsResult.withSessions(SessionSummary... sessions)
The sessions on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionsResult.setSessions(Collection<SessionSummary> sessions)
The sessions on the list.
|
ListSessionsResult |
ListSessionsResult.withSessions(Collection<SessionSummary> sessions)
The sessions on the list.
|
Copyright © 2024. All rights reserved.