| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
GetStorageProfileForQueueResult |
AbstractAWSDeadline.getStorageProfileForQueue(GetStorageProfileForQueueRequest request) |
GetStorageProfileForQueueResult |
AWSDeadlineClient.getStorageProfileForQueue(GetStorageProfileForQueueRequest request)
Gets a storage profile for a queue.
|
GetStorageProfileForQueueResult |
AWSDeadline.getStorageProfileForQueue(GetStorageProfileForQueueRequest getStorageProfileForQueueRequest)
Gets a storage profile for a queue.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetStorageProfileForQueueResult> |
AbstractAWSDeadlineAsync.getStorageProfileForQueueAsync(GetStorageProfileForQueueRequest request,
AsyncHandler<GetStorageProfileForQueueRequest,GetStorageProfileForQueueResult> asyncHandler) |
Future<GetStorageProfileForQueueResult> |
AWSDeadlineAsyncClient.getStorageProfileForQueueAsync(GetStorageProfileForQueueRequest request,
AsyncHandler<GetStorageProfileForQueueRequest,GetStorageProfileForQueueResult> asyncHandler) |
Future<GetStorageProfileForQueueResult> |
AWSDeadlineAsync.getStorageProfileForQueueAsync(GetStorageProfileForQueueRequest getStorageProfileForQueueRequest,
AsyncHandler<GetStorageProfileForQueueRequest,GetStorageProfileForQueueResult> asyncHandler)
Gets a storage profile for a queue.
|
| Modifier and Type | Method and Description |
|---|---|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.clone() |
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withDisplayName(String displayName)
The display name of the storage profile connected to a queue.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile within the queue.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
The location of the files for the storage profile within the queue.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The operating system of the storage profile in the queue.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withOsFamily(String osFamily)
The operating system of the storage profile in the queue.
|
GetStorageProfileForQueueResult |
GetStorageProfileForQueueResult.withStorageProfileId(String storageProfileId)
The storage profile ID.
|
Copyright © 2025. All rights reserved.