| 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<ListWorkersResult> |
AbstractAWSDeadlineAsync.listWorkersAsync(ListWorkersRequest request,
AsyncHandler<ListWorkersRequest,ListWorkersResult> asyncHandler) |
Future<ListWorkersResult> |
AWSDeadlineAsyncClient.listWorkersAsync(ListWorkersRequest request,
AsyncHandler<ListWorkersRequest,ListWorkersResult> asyncHandler) |
Future<ListWorkersResult> |
AWSDeadlineAsync.listWorkersAsync(ListWorkersRequest listWorkersRequest,
AsyncHandler<ListWorkersRequest,ListWorkersResult> asyncHandler)
Lists workers.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkersRequest |
ListWorkersRequest.clone() |
ListWorkersRequest |
ListWorkersRequest.withFarmId(String farmId)
The farm ID connected to the workers.
|
ListWorkersRequest |
ListWorkersRequest.withFleetId(String fleetId)
The fleet ID of the workers.
|
ListWorkersRequest |
ListWorkersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListWorkersRequest |
ListWorkersRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
Copyright © 2025. All rights reserved.