| 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 |
|---|---|
Future<UpdateQueueResult> |
AbstractAWSDeadlineAsync.updateQueueAsync(UpdateQueueRequest request,
AsyncHandler<UpdateQueueRequest,UpdateQueueResult> asyncHandler) |
Future<UpdateQueueResult> |
AWSDeadlineAsyncClient.updateQueueAsync(UpdateQueueRequest request,
AsyncHandler<UpdateQueueRequest,UpdateQueueResult> asyncHandler) |
Future<UpdateQueueResult> |
AWSDeadlineAsync.updateQueueAsync(UpdateQueueRequest updateQueueRequest,
AsyncHandler<UpdateQueueRequest,UpdateQueueResult> asyncHandler)
Updates a queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueRequest |
UpdateQueueRequest.clone() |
UpdateQueueRequest |
UpdateQueueRequest.withAllowedStorageProfileIdsToAdd(Collection<String> allowedStorageProfileIdsToAdd)
The storage profile IDs to add.
|
UpdateQueueRequest |
UpdateQueueRequest.withAllowedStorageProfileIdsToAdd(String... allowedStorageProfileIdsToAdd)
The storage profile IDs to add.
|
UpdateQueueRequest |
UpdateQueueRequest.withAllowedStorageProfileIdsToRemove(Collection<String> allowedStorageProfileIdsToRemove)
The storage profile ID to remove.
|
UpdateQueueRequest |
UpdateQueueRequest.withAllowedStorageProfileIdsToRemove(String... allowedStorageProfileIdsToRemove)
The storage profile ID to remove.
|
UpdateQueueRequest |
UpdateQueueRequest.withClientToken(String clientToken)
The idempotency token to update in the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action to take for a queue update if a budget isn't configured.
|
UpdateQueueRequest |
UpdateQueueRequest.withDefaultBudgetAction(String defaultBudgetAction)
The default action to take for a queue update if a budget isn't configured.
|
UpdateQueueRequest |
UpdateQueueRequest.withDescription(String description)
The description of the queue to update.
|
UpdateQueueRequest |
UpdateQueueRequest.withDisplayName(String displayName)
The display name of the queue to update.
|
UpdateQueueRequest |
UpdateQueueRequest.withFarmId(String farmId)
The farm ID to update in the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withJobAttachmentSettings(JobAttachmentSettings jobAttachmentSettings)
The job attachment settings to update for the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withJobRunAsUser(JobRunAsUser jobRunAsUser)
Update the jobs in the queue to run as a specified POSIX user.
|
UpdateQueueRequest |
UpdateQueueRequest.withQueueId(String queueId)
The queue ID to update.
|
UpdateQueueRequest |
UpdateQueueRequest.withRequiredFileSystemLocationNamesToAdd(Collection<String> requiredFileSystemLocationNamesToAdd)
The required file system location names to add to the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withRequiredFileSystemLocationNamesToAdd(String... requiredFileSystemLocationNamesToAdd)
The required file system location names to add to the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withRequiredFileSystemLocationNamesToRemove(Collection<String> requiredFileSystemLocationNamesToRemove)
The required file system location names to remove from the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withRequiredFileSystemLocationNamesToRemove(String... requiredFileSystemLocationNamesToRemove)
The required file system location names to remove from the queue.
|
UpdateQueueRequest |
UpdateQueueRequest.withRoleArn(String roleArn)
The IAM role ARN that's used to run jobs from this queue.
|
Copyright © 2025. All rights reserved.