| 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 |
|---|---|
CreateFarmResult |
AbstractAWSDeadline.createFarm(CreateFarmRequest request) |
CreateFarmResult |
AWSDeadlineClient.createFarm(CreateFarmRequest request)
Creates a farm to allow space for queues and fleets.
|
CreateFarmResult |
AWSDeadline.createFarm(CreateFarmRequest createFarmRequest)
Creates a farm to allow space for queues and fleets.
|
Future<CreateFarmResult> |
AbstractAWSDeadlineAsync.createFarmAsync(CreateFarmRequest request) |
Future<CreateFarmResult> |
AWSDeadlineAsyncClient.createFarmAsync(CreateFarmRequest request) |
Future<CreateFarmResult> |
AWSDeadlineAsync.createFarmAsync(CreateFarmRequest createFarmRequest)
Creates a farm to allow space for queues and fleets.
|
Future<CreateFarmResult> |
AbstractAWSDeadlineAsync.createFarmAsync(CreateFarmRequest request,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler) |
Future<CreateFarmResult> |
AWSDeadlineAsyncClient.createFarmAsync(CreateFarmRequest request,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler) |
Future<CreateFarmResult> |
AWSDeadlineAsync.createFarmAsync(CreateFarmRequest createFarmRequest,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler)
Creates a farm to allow space for queues and fleets.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFarmResult> |
AbstractAWSDeadlineAsync.createFarmAsync(CreateFarmRequest request,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler) |
Future<CreateFarmResult> |
AWSDeadlineAsyncClient.createFarmAsync(CreateFarmRequest request,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler) |
Future<CreateFarmResult> |
AWSDeadlineAsync.createFarmAsync(CreateFarmRequest createFarmRequest,
AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler)
Creates a farm to allow space for queues and fleets.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFarmRequest |
CreateFarmRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFarmRequest |
CreateFarmRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFarmRequest |
CreateFarmRequest.clone() |
CreateFarmRequest |
CreateFarmRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateFarmRequest |
CreateFarmRequest.withDescription(String description)
The description of the farm.
|
CreateFarmRequest |
CreateFarmRequest.withDisplayName(String displayName)
The display name of the farm.
|
CreateFarmRequest |
CreateFarmRequest.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use on the farm.
|
CreateFarmRequest |
CreateFarmRequest.withTags(Map<String,String> tags)
The tags to add to your farm.
|
Copyright © 2025. All rights reserved.