| 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 |
|---|---|
GetMonitorResult |
AbstractAWSDeadline.getMonitor(GetMonitorRequest request) |
GetMonitorResult |
AWSDeadlineClient.getMonitor(GetMonitorRequest request)
Gets information about the specified monitor.
|
GetMonitorResult |
AWSDeadline.getMonitor(GetMonitorRequest getMonitorRequest)
Gets information about the specified monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AbstractAWSDeadlineAsync.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AWSDeadlineAsyncClient.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AWSDeadlineAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest)
Gets information about the specified monitor.
|
Future<GetMonitorResult> |
AbstractAWSDeadlineAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AWSDeadlineAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AWSDeadlineAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Gets information about the specified monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AbstractAWSDeadlineAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AWSDeadlineAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AWSDeadlineAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Gets information about the specified monitor.
|
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResult |
GetMonitorResult.clone() |
GetMonitorResult |
GetMonitorResult.withCreatedAt(Date createdAt)
The UNIX timestamp of the date and time that the monitor was created.
|
GetMonitorResult |
GetMonitorResult.withCreatedBy(String createdBy)
The user name of the person that created the monitor.
|
GetMonitorResult |
GetMonitorResult.withDisplayName(String displayName)
The name used to identify the monitor on the Deadline Cloud console.
|
GetMonitorResult |
GetMonitorResult.withIdentityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
GetMonitorResult |
GetMonitorResult.withIdentityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
GetMonitorResult |
GetMonitorResult.withMonitorId(String monitorId)
The unique identifier for the monitor.
|
GetMonitorResult |
GetMonitorResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
GetMonitorResult |
GetMonitorResult.withSubdomain(String subdomain)
The subdomain used for the monitor URL.
|
GetMonitorResult |
GetMonitorResult.withUpdatedAt(Date updatedAt)
The UNIX timestamp of the last date and time that the monitor was updated.
|
GetMonitorResult |
GetMonitorResult.withUpdatedBy(String updatedBy)
The user name of the person that last updated the monitor.
|
GetMonitorResult |
GetMonitorResult.withUrl(String url)
The complete URL of the monitor.
|
Copyright © 2024. All rights reserved.