| 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<ListSessionsForWorkerResult> |
AbstractAWSDeadlineAsync.listSessionsForWorkerAsync(ListSessionsForWorkerRequest request,
AsyncHandler<ListSessionsForWorkerRequest,ListSessionsForWorkerResult> asyncHandler) |
Future<ListSessionsForWorkerResult> |
AWSDeadlineAsyncClient.listSessionsForWorkerAsync(ListSessionsForWorkerRequest request,
AsyncHandler<ListSessionsForWorkerRequest,ListSessionsForWorkerResult> asyncHandler) |
Future<ListSessionsForWorkerResult> |
AWSDeadlineAsync.listSessionsForWorkerAsync(ListSessionsForWorkerRequest listSessionsForWorkerRequest,
AsyncHandler<ListSessionsForWorkerRequest,ListSessionsForWorkerResult> asyncHandler)
Lists sessions for a worker.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.clone() |
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.withFarmId(String farmId)
The farm ID for the session.
|
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.withFleetId(String fleetId)
The fleet ID for the session.
|
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListSessionsForWorkerRequest |
ListSessionsForWorkerRequest.withWorkerId(String workerId)
The worker ID for the session.
|
Copyright © 2025. All rights reserved.