| 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 |
|---|---|
GetSessionResult |
AbstractAWSDeadline.getSession(GetSessionRequest request) |
GetSessionResult |
AWSDeadlineClient.getSession(GetSessionRequest request)
Gets a session.
|
GetSessionResult |
AWSDeadline.getSession(GetSessionRequest getSessionRequest)
Gets a session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAWSDeadlineAsync.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AWSDeadlineAsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AWSDeadlineAsync.getSessionAsync(GetSessionRequest getSessionRequest)
Gets a session.
|
Future<GetSessionResult> |
AbstractAWSDeadlineAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AWSDeadlineAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AWSDeadlineAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Gets a session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAWSDeadlineAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AWSDeadlineAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AWSDeadlineAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Gets a session.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResult |
GetSessionResult.clone() |
GetSessionResult |
GetSessionResult.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
GetSessionResult |
GetSessionResult.withFleetId(String fleetId)
The fleet ID for the session.
|
GetSessionResult |
GetSessionResult.withHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 properties of the host.
|
GetSessionResult |
GetSessionResult.withLifecycleStatus(SessionLifecycleStatus lifecycleStatus)
The life cycle status of the session.
|
GetSessionResult |
GetSessionResult.withLifecycleStatus(String lifecycleStatus)
The life cycle status of the session.
|
GetSessionResult |
GetSessionResult.withLog(LogConfiguration log)
The session log.
|
GetSessionResult |
GetSessionResult.withSessionId(String sessionId)
The session ID.
|
GetSessionResult |
GetSessionResult.withStartedAt(Date startedAt)
The date and time the resource started running.
|
GetSessionResult |
GetSessionResult.withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The life cycle status with which the session started.
|
GetSessionResult |
GetSessionResult.withTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status with which the session started.
|
GetSessionResult |
GetSessionResult.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
GetSessionResult |
GetSessionResult.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
GetSessionResult |
GetSessionResult.withWorkerId(String workerId)
The worker ID for the session.
|
GetSessionResult |
GetSessionResult.withWorkerLog(LogConfiguration workerLog)
The worker log for the session.
|
Copyright © 2024. All rights reserved.