| 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<GetStepResult> |
AbstractAWSDeadlineAsync.getStepAsync(GetStepRequest request,
AsyncHandler<GetStepRequest,GetStepResult> asyncHandler) |
Future<GetStepResult> |
AWSDeadlineAsyncClient.getStepAsync(GetStepRequest request,
AsyncHandler<GetStepRequest,GetStepResult> asyncHandler) |
Future<GetStepResult> |
AWSDeadlineAsync.getStepAsync(GetStepRequest getStepRequest,
AsyncHandler<GetStepRequest,GetStepResult> asyncHandler)
Gets a step.
|
| Modifier and Type | Method and Description |
|---|---|
GetStepRequest |
GetStepRequest.clone() |
GetStepRequest |
GetStepRequest.withFarmId(String farmId)
The farm ID for the step.
|
GetStepRequest |
GetStepRequest.withJobId(String jobId)
The job ID for the step.
|
GetStepRequest |
GetStepRequest.withQueueId(String queueId)
The queue ID for the step.
|
GetStepRequest |
GetStepRequest.withStepId(String stepId)
The step ID.
|
Copyright © 2024. All rights reserved.