| 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 | |
| com.amazonaws.services.deadline.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFleetResult> |
AbstractAWSDeadlineAsync.getFleetAsync(GetFleetRequest request,
AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler) |
Future<GetFleetResult> |
AWSDeadlineAsyncClient.getFleetAsync(GetFleetRequest request,
AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler) |
Future<GetFleetResult> |
AWSDeadlineAsync.getFleetAsync(GetFleetRequest getFleetRequest,
AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler)
Get a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
GetFleetRequest |
GetFleetRequest.clone() |
GetFleetRequest |
GetFleetRequest.withFarmId(String farmId)
The farm ID of the farm in the fleet.
|
GetFleetRequest |
GetFleetRequest.withFleetId(String fleetId)
The fleet ID of the fleet to get.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetFleetRequest> |
AWSDeadlineWaiters.fleetActive()
Builds a FleetActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetFleetResult |
GetFleetFunction.apply(GetFleetRequest getFleetRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.