| 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<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 |
|---|---|
GetSessionRequest |
GetSessionRequest.clone() |
GetSessionRequest |
GetSessionRequest.withFarmId(String farmId)
The farm ID for the session.
|
GetSessionRequest |
GetSessionRequest.withJobId(String jobId)
The job ID for the session.
|
GetSessionRequest |
GetSessionRequest.withQueueId(String queueId)
The queue ID for the session.
|
GetSessionRequest |
GetSessionRequest.withSessionId(String sessionId)
The session ID.
|
Copyright © 2024. All rights reserved.