| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMonitorResult> |
AbstractAWSDeadlineAsync.updateMonitorAsync(UpdateMonitorRequest request,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler) |
Future<UpdateMonitorResult> |
AWSDeadlineAsyncClient.updateMonitorAsync(UpdateMonitorRequest request,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler) |
Future<UpdateMonitorResult> |
AWSDeadlineAsync.updateMonitorAsync(UpdateMonitorRequest updateMonitorRequest,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler)
Modifies the settings for a Deadline Cloud monitor.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorRequest |
UpdateMonitorRequest.clone() |
UpdateMonitorRequest |
UpdateMonitorRequest.withDisplayName(String displayName)
The new value to use for the monitor's display name.
|
UpdateMonitorRequest |
UpdateMonitorRequest.withMonitorId(String monitorId)
The unique identifier of the monitor to update.
|
UpdateMonitorRequest |
UpdateMonitorRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.
|
UpdateMonitorRequest |
UpdateMonitorRequest.withSubdomain(String subdomain)
The new value of the subdomain to use when forming the monitor URL.
|
Copyright © 2025. All rights reserved.