| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.clone() |
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withCompletedStatus(CompletedStatus completedStatus)
The status of the session upon completion.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withCompletedStatus(String completedStatus)
The status of the session upon completion.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withProcessExitCode(Integer processExitCode)
The process exit code.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withProgressMessage(String progressMessage)
A message to indicate the progress of the updated session action.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withProgressPercent(Float progressPercent)
The percentage completed.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withStartedAt(Date startedAt)
The date and time the resource started running.
|
UpdatedSessionActionInfo |
UpdatedSessionActionInfo.withUpdatedAt(Date updatedAt)
The updated time.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UpdatedSessionActionInfo> |
UpdateWorkerScheduleRequest.getUpdatedSessionActions()
The session actions associated with the worker schedule to update.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkerScheduleRequest |
UpdateWorkerScheduleRequest.addUpdatedSessionActionsEntry(String key,
UpdatedSessionActionInfo value)
Add a single UpdatedSessionActions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkerScheduleRequest.setUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
|
UpdateWorkerScheduleRequest |
UpdateWorkerScheduleRequest.withUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
|
Copyright © 2025. All rights reserved.