| 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<BatchGetJobEntityResult> |
AbstractAWSDeadlineAsync.batchGetJobEntityAsync(BatchGetJobEntityRequest request,
AsyncHandler<BatchGetJobEntityRequest,BatchGetJobEntityResult> asyncHandler) |
Future<BatchGetJobEntityResult> |
AWSDeadlineAsyncClient.batchGetJobEntityAsync(BatchGetJobEntityRequest request,
AsyncHandler<BatchGetJobEntityRequest,BatchGetJobEntityResult> asyncHandler) |
Future<BatchGetJobEntityResult> |
AWSDeadlineAsync.batchGetJobEntityAsync(BatchGetJobEntityRequest batchGetJobEntityRequest,
AsyncHandler<BatchGetJobEntityRequest,BatchGetJobEntityResult> asyncHandler)
Get batched job details for a worker.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.clone() |
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.withFarmId(String farmId)
The farm ID of the worker that's fetching job details.
|
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.withFleetId(String fleetId)
The fleet ID of the worker that's fetching job details.
|
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.withIdentifiers(Collection<JobEntityIdentifiersUnion> identifiers)
The job identifiers to include within the job entity batch details.
|
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.withIdentifiers(JobEntityIdentifiersUnion... identifiers)
The job identifiers to include within the job entity batch details.
|
BatchGetJobEntityRequest |
BatchGetJobEntityRequest.withWorkerId(String workerId)
The worker ID of the worker containing the job details to get.
|
Copyright © 2025. All rights reserved.