| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorSummary |
MonitorSummary.clone() |
MonitorSummary |
MonitorSummary.withCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
|
MonitorSummary |
MonitorSummary.withCreatedBy(String createdBy)
The user name of the person that created the monitor.
|
MonitorSummary |
MonitorSummary.withDisplayName(String displayName)
The name of the monitor that displays on the Deadline Cloud console.
|
MonitorSummary |
MonitorSummary.withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
MonitorSummary |
MonitorSummary.withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
MonitorSummary |
MonitorSummary.withMonitorId(String monitorId)
The unique identifier for the monitor.
|
MonitorSummary |
MonitorSummary.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
MonitorSummary |
MonitorSummary.withSubdomain(String subdomain)
The subdomain used for the monitor URL.
|
MonitorSummary |
MonitorSummary.withUpdatedAt(Date updatedAt)
The UNIX timestamp of the date and time that the monitor was last updated.
|
MonitorSummary |
MonitorSummary.withUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
|
MonitorSummary |
MonitorSummary.withUrl(String url)
The complete URL of the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitorSummary> |
ListMonitorsResult.getMonitors()
A list of
MonitorSummary objects that describe your monitors in the Deadline Cloud. |
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResult |
ListMonitorsResult.withMonitors(MonitorSummary... monitors)
A list of
MonitorSummary objects that describe your monitors in the Deadline Cloud. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsResult.setMonitors(Collection<MonitorSummary> monitors)
A list of
MonitorSummary objects that describe your monitors in the Deadline Cloud. |
ListMonitorsResult |
ListMonitorsResult.withMonitors(Collection<MonitorSummary> monitors)
A list of
MonitorSummary objects that describe your monitors in the Deadline Cloud. |
Copyright © 2025. All rights reserved.