| 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 |
|---|---|
BatchGetJobEntityResult |
AbstractAWSDeadline.batchGetJobEntity(BatchGetJobEntityRequest request) |
BatchGetJobEntityResult |
AWSDeadlineClient.batchGetJobEntity(BatchGetJobEntityRequest request)
Get batched job details for a worker.
|
BatchGetJobEntityResult |
AWSDeadline.batchGetJobEntity(BatchGetJobEntityRequest batchGetJobEntityRequest)
Get batched job details for a worker.
|
| 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 |
|---|---|
BatchGetJobEntityResult |
BatchGetJobEntityResult.clone() |
BatchGetJobEntityResult |
BatchGetJobEntityResult.withEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withEntities(JobEntity... entities)
A list of the job entities, or details, in the batch.
|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withErrors(GetJobEntityError... errors)
A list of errors from the job error logs for the batch.
|
Copyright © 2025. All rights reserved.