| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeCapacity |
InstanceTypeCapacity.clone() |
InstanceTypeCapacity |
InstanceTypeCapacity.withCount(Integer count)
The number of instances for the specified instance type.
|
InstanceTypeCapacity |
InstanceTypeCapacity.withInstanceType(String instanceType)
The instance type of the hosts.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceTypeCapacity> |
StartCapacityTaskRequest.getInstancePools()
The instance pools specified in the capacity task.
|
List<InstanceTypeCapacity> |
GetCapacityTaskResult.getRequestedInstancePools()
List of instance pools requested in the capacity task.
|
List<InstanceTypeCapacity> |
StartCapacityTaskResult.getRequestedInstancePools()
List of the instance pools requested in the specified capacity task.
|
| Modifier and Type | Method and Description |
|---|---|
StartCapacityTaskRequest |
StartCapacityTaskRequest.withInstancePools(InstanceTypeCapacity... instancePools)
The instance pools specified in the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withRequestedInstancePools(InstanceTypeCapacity... requestedInstancePools)
List of instance pools requested in the capacity task.
|
StartCapacityTaskResult |
StartCapacityTaskResult.withRequestedInstancePools(InstanceTypeCapacity... requestedInstancePools)
List of the instance pools requested in the specified capacity task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartCapacityTaskRequest.setInstancePools(Collection<InstanceTypeCapacity> instancePools)
The instance pools specified in the capacity task.
|
void |
GetCapacityTaskResult.setRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)
List of instance pools requested in the capacity task.
|
void |
StartCapacityTaskResult.setRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)
List of the instance pools requested in the specified capacity task.
|
StartCapacityTaskRequest |
StartCapacityTaskRequest.withInstancePools(Collection<InstanceTypeCapacity> instancePools)
The instance pools specified in the capacity task.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)
List of instance pools requested in the capacity task.
|
StartCapacityTaskResult |
StartCapacityTaskResult.withRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)
List of the instance pools requested in the specified capacity task.
|
Copyright © 2024. All rights reserved.