| 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<CreateWorkerResult> |
AbstractAWSDeadlineAsync.createWorkerAsync(CreateWorkerRequest request,
AsyncHandler<CreateWorkerRequest,CreateWorkerResult> asyncHandler) |
Future<CreateWorkerResult> |
AWSDeadlineAsyncClient.createWorkerAsync(CreateWorkerRequest request,
AsyncHandler<CreateWorkerRequest,CreateWorkerResult> asyncHandler) |
Future<CreateWorkerResult> |
AWSDeadlineAsync.createWorkerAsync(CreateWorkerRequest createWorkerRequest,
AsyncHandler<CreateWorkerRequest,CreateWorkerResult> asyncHandler)
Creates a worker.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerRequest |
CreateWorkerRequest.clone() |
CreateWorkerRequest |
CreateWorkerRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateWorkerRequest |
CreateWorkerRequest.withFarmId(String farmId)
The farm ID of the farm to connect to the worker.
|
CreateWorkerRequest |
CreateWorkerRequest.withFleetId(String fleetId)
The fleet ID to connect to the worker.
|
CreateWorkerRequest |
CreateWorkerRequest.withHostProperties(HostPropertiesRequest hostProperties)
The IP address and host name of the worker.
|
Copyright © 2025. All rights reserved.