| 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<UpdateStepResult> |
AbstractAWSDeadlineAsync.updateStepAsync(UpdateStepRequest request,
AsyncHandler<UpdateStepRequest,UpdateStepResult> asyncHandler) |
Future<UpdateStepResult> |
AWSDeadlineAsyncClient.updateStepAsync(UpdateStepRequest request,
AsyncHandler<UpdateStepRequest,UpdateStepResult> asyncHandler) |
Future<UpdateStepResult> |
AWSDeadlineAsync.updateStepAsync(UpdateStepRequest updateStepRequest,
AsyncHandler<UpdateStepRequest,UpdateStepResult> asyncHandler)
Updates a step.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStepRequest |
UpdateStepRequest.clone() |
UpdateStepRequest |
UpdateStepRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
UpdateStepRequest |
UpdateStepRequest.withFarmId(String farmId)
The farm ID to update.
|
UpdateStepRequest |
UpdateStepRequest.withJobId(String jobId)
The job ID to update.
|
UpdateStepRequest |
UpdateStepRequest.withQueueId(String queueId)
The queue ID to update.
|
UpdateStepRequest |
UpdateStepRequest.withStepId(String stepId)
The step ID to update.
|
UpdateStepRequest |
UpdateStepRequest.withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to update the step's tasks to.
|
UpdateStepRequest |
UpdateStepRequest.withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to update the step's tasks to.
|
Copyright © 2024. All rights reserved.