| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StorageProfileSummary |
StorageProfileSummary.clone() |
StorageProfileSummary |
StorageProfileSummary.withDisplayName(String displayName)
The display name of the storage profile summary to update.
|
StorageProfileSummary |
StorageProfileSummary.withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The operating system (OS) family.
|
StorageProfileSummary |
StorageProfileSummary.withOsFamily(String osFamily)
The operating system (OS) family.
|
StorageProfileSummary |
StorageProfileSummary.withStorageProfileId(String storageProfileId)
The storage profile ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageProfileSummary> |
ListStorageProfilesForQueueResult.getStorageProfiles()
The storage profiles in the queue.
|
List<StorageProfileSummary> |
ListStorageProfilesResult.getStorageProfiles()
The storage profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListStorageProfilesForQueueResult |
ListStorageProfilesForQueueResult.withStorageProfiles(StorageProfileSummary... storageProfiles)
The storage profiles in the queue.
|
ListStorageProfilesResult |
ListStorageProfilesResult.withStorageProfiles(StorageProfileSummary... storageProfiles)
The storage profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStorageProfilesForQueueResult.setStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
|
void |
ListStorageProfilesResult.setStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles.
|
ListStorageProfilesForQueueResult |
ListStorageProfilesForQueueResult.withStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles in the queue.
|
ListStorageProfilesResult |
ListStorageProfilesResult.withStorageProfiles(Collection<StorageProfileSummary> storageProfiles)
The storage profiles.
|
Copyright © 2025. All rights reserved.