| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
FleetSummary |
FleetSummary.clone() |
FleetSummary |
FleetSummary.withAutoScalingStatus(AutoScalingStatus autoScalingStatus)
The Auto Scaling status of a fleet.
|
FleetSummary |
FleetSummary.withAutoScalingStatus(String autoScalingStatus)
The Auto Scaling status of a fleet.
|
FleetSummary |
FleetSummary.withConfiguration(FleetConfiguration configuration)
The configuration details for the fleet.
|
FleetSummary |
FleetSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
FleetSummary |
FleetSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
FleetSummary |
FleetSummary.withDisplayName(String displayName)
The display name of the fleet summary to update.
|
FleetSummary |
FleetSummary.withFarmId(String farmId)
The farm ID.
|
FleetSummary |
FleetSummary.withFleetId(String fleetId)
The fleet ID.
|
FleetSummary |
FleetSummary.withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers specified in the fleet.
|
FleetSummary |
FleetSummary.withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
|
FleetSummary |
FleetSummary.withStatus(FleetStatus status)
The status of the fleet.
|
FleetSummary |
FleetSummary.withStatus(String status)
The status of the fleet.
|
FleetSummary |
FleetSummary.withTargetWorkerCount(Integer targetWorkerCount)
The target number of workers in a fleet.
|
FleetSummary |
FleetSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
FleetSummary |
FleetSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
FleetSummary |
FleetSummary.withWorkerCount(Integer workerCount)
The number of workers in the fleet summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetSummary> |
ListFleetsResult.getFleets()
The fleets on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResult |
ListFleetsResult.withFleets(FleetSummary... fleets)
The fleets on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsResult.setFleets(Collection<FleetSummary> fleets)
The fleets on the list.
|
ListFleetsResult |
ListFleetsResult.withFleets(Collection<FleetSummary> fleets)
The fleets on the list.
|
Copyright © 2025. All rights reserved.