| 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<ListFarmsResult> |
AbstractAWSDeadlineAsync.listFarmsAsync(ListFarmsRequest request,
AsyncHandler<ListFarmsRequest,ListFarmsResult> asyncHandler) |
Future<ListFarmsResult> |
AWSDeadlineAsyncClient.listFarmsAsync(ListFarmsRequest request,
AsyncHandler<ListFarmsRequest,ListFarmsResult> asyncHandler) |
Future<ListFarmsResult> |
AWSDeadlineAsync.listFarmsAsync(ListFarmsRequest listFarmsRequest,
AsyncHandler<ListFarmsRequest,ListFarmsResult> asyncHandler)
Lists farms.
|
| Modifier and Type | Method and Description |
|---|---|
ListFarmsRequest |
ListFarmsRequest.clone() |
ListFarmsRequest |
ListFarmsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListFarmsRequest |
ListFarmsRequest.withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListFarmsRequest |
ListFarmsRequest.withPrincipalId(String principalId)
The principal ID of the member to list on the farm.
|
Copyright © 2025. All rights reserved.