| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerSearchSummary |
WorkerSearchSummary.clone() |
WorkerSearchSummary |
WorkerSearchSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
WorkerSearchSummary |
WorkerSearchSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
WorkerSearchSummary |
WorkerSearchSummary.withFleetId(String fleetId)
The fleet ID.
|
WorkerSearchSummary |
WorkerSearchSummary.withHostProperties(HostPropertiesResponse hostProperties)
Provides the Amazon EC2 instance properties of the worker host.
|
WorkerSearchSummary |
WorkerSearchSummary.withStatus(String status)
The status of the worker search.
|
WorkerSearchSummary |
WorkerSearchSummary.withStatus(WorkerStatus status)
The status of the worker search.
|
WorkerSearchSummary |
WorkerSearchSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
WorkerSearchSummary |
WorkerSearchSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
WorkerSearchSummary |
WorkerSearchSummary.withWorkerId(String workerId)
The worker ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerSearchSummary> |
SearchWorkersResult.getWorkers()
The workers for the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchWorkersResult |
SearchWorkersResult.withWorkers(WorkerSearchSummary... workers)
The workers for the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchWorkersResult.setWorkers(Collection<WorkerSearchSummary> workers)
The workers for the search.
|
SearchWorkersResult |
SearchWorkersResult.withWorkers(Collection<WorkerSearchSummary> workers)
The workers for the search.
|
Copyright © 2024. All rights reserved.