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