| 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<ListSessionsResult> |
AbstractAWSDeadlineAsync.listSessionsAsync(ListSessionsRequest request,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler) |
Future<ListSessionsResult> |
AWSDeadlineAsyncClient.listSessionsAsync(ListSessionsRequest request,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler) |
Future<ListSessionsResult> |
AWSDeadlineAsync.listSessionsAsync(ListSessionsRequest listSessionsRequest,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler)
Lists sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsRequest |
ListSessionsRequest.clone() |
ListSessionsRequest |
ListSessionsRequest.withFarmId(String farmId)
The farm ID for the list of sessions.
|
ListSessionsRequest |
ListSessionsRequest.withJobId(String jobId)
The job ID for the list of sessions.
|
ListSessionsRequest |
ListSessionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListSessionsRequest |
ListSessionsRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListSessionsRequest |
ListSessionsRequest.withQueueId(String queueId)
The queue ID for the list of sessions
|
Copyright © 2025. All rights reserved.