| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
GetCapacityTaskResult |
AbstractAWSOutposts.getCapacityTask(GetCapacityTaskRequest request) |
GetCapacityTaskResult |
AWSOutposts.getCapacityTask(GetCapacityTaskRequest getCapacityTaskRequest)
Gets details of the specified capacity task.
|
GetCapacityTaskResult |
AWSOutpostsClient.getCapacityTask(GetCapacityTaskRequest request)
Gets details of the specified capacity task.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCapacityTaskResult> |
AWSOutpostsAsyncClient.getCapacityTaskAsync(GetCapacityTaskRequest request,
AsyncHandler<GetCapacityTaskRequest,GetCapacityTaskResult> asyncHandler) |
Future<GetCapacityTaskResult> |
AWSOutpostsAsync.getCapacityTaskAsync(GetCapacityTaskRequest getCapacityTaskRequest,
AsyncHandler<GetCapacityTaskRequest,GetCapacityTaskResult> asyncHandler)
Gets details of the specified capacity task.
|
Future<GetCapacityTaskResult> |
AbstractAWSOutpostsAsync.getCapacityTaskAsync(GetCapacityTaskRequest request,
AsyncHandler<GetCapacityTaskRequest,GetCapacityTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCapacityTaskResult |
GetCapacityTaskResult.clone() |
GetCapacityTaskResult |
GetCapacityTaskResult.withCapacityTaskId(String capacityTaskId)
ID of the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withCapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)
Status of the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withCapacityTaskStatus(String capacityTaskStatus)
Status of the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withCompletionDate(Date completionDate)
The date the capacity task ran successfully.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withCreationDate(Date creationDate)
The date the capacity task was created.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withDryRun(Boolean dryRun)
Performs a dry run to determine if you are above or below instance capacity.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withFailed(CapacityTaskFailure failed)
Reason why the capacity task failed.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withLastModifiedDate(Date lastModifiedDate)
The date the capacity task was last modified.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withOrderId(String orderId)
ID of the Amazon Web Services Outposts order associated with the specified capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withOutpostId(String outpostId)
ID of the Outpost associated with the specified capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)
List of instance pools requested in the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withRequestedInstancePools(InstanceTypeCapacity... requestedInstancePools)
List of instance pools requested in the capacity task.
|
Copyright © 2024. All rights reserved.