| 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 |
|---|---|
GetQueueEnvironmentResult |
AbstractAWSDeadline.getQueueEnvironment(GetQueueEnvironmentRequest request) |
GetQueueEnvironmentResult |
AWSDeadlineClient.getQueueEnvironment(GetQueueEnvironmentRequest request)
Gets a queue environment.
|
GetQueueEnvironmentResult |
AWSDeadline.getQueueEnvironment(GetQueueEnvironmentRequest getQueueEnvironmentRequest)
Gets a queue environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetQueueEnvironmentResult> |
AbstractAWSDeadlineAsync.getQueueEnvironmentAsync(GetQueueEnvironmentRequest request,
AsyncHandler<GetQueueEnvironmentRequest,GetQueueEnvironmentResult> asyncHandler) |
Future<GetQueueEnvironmentResult> |
AWSDeadlineAsyncClient.getQueueEnvironmentAsync(GetQueueEnvironmentRequest request,
AsyncHandler<GetQueueEnvironmentRequest,GetQueueEnvironmentResult> asyncHandler) |
Future<GetQueueEnvironmentResult> |
AWSDeadlineAsync.getQueueEnvironmentAsync(GetQueueEnvironmentRequest getQueueEnvironmentRequest,
AsyncHandler<GetQueueEnvironmentRequest,GetQueueEnvironmentResult> asyncHandler)
Gets a queue environment.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.clone() |
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withCreatedBy(String createdBy)
The user or system that created this resource.>
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withName(String name)
The name of the queue environment.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withPriority(Integer priority)
The priority of the queue environment.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withQueueEnvironmentId(String queueEnvironmentId)
The queue environment ID.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withTemplate(String template)
The template for the queue environment.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withTemplateType(EnvironmentTemplateType templateType)
The type of template for the queue environment.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withTemplateType(String templateType)
The type of template for the queue environment.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
GetQueueEnvironmentResult |
GetQueueEnvironmentResult.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
Copyright © 2024. All rights reserved.