| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
JobEntity.clone() |
JobEntity |
JobEntity.withJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)
The job attachment details.
|
JobEntity |
JobEntity.withJobDetails(JobDetailsEntity jobDetails)
The job details.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobEntity> |
BatchGetJobEntityResult.getEntities()
A list of the job entities, or details, in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withEntities(JobEntity... entities)
A list of the job entities, or details, in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetJobEntityResult.setEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
|
Copyright © 2024. All rights reserved.