| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
FarmSummary |
FarmSummary.clone() |
FarmSummary |
FarmSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
FarmSummary |
FarmSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
FarmSummary |
FarmSummary.withDisplayName(String displayName)
The display name of the farm.
|
FarmSummary |
FarmSummary.withFarmId(String farmId)
The farm ID.
|
FarmSummary |
FarmSummary.withKmsKeyArn(String kmsKeyArn)
The ARN for the KMS key.
|
FarmSummary |
FarmSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
FarmSummary |
FarmSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<FarmSummary> |
ListFarmsResult.getFarms()
Farms on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListFarmsResult |
ListFarmsResult.withFarms(FarmSummary... farms)
Farms on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFarmsResult.setFarms(Collection<FarmSummary> farms)
Farms on the list.
|
ListFarmsResult |
ListFarmsResult.withFarms(Collection<FarmSummary> farms)
Farms on the list.
|
Copyright © 2024. All rights reserved.