| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeItem |
InstanceTypeItem.clone() |
InstanceTypeItem |
InstanceTypeItem.withInstanceType(String instanceType) |
InstanceTypeItem |
InstanceTypeItem.withVCPUs(Integer vCPUs)
The number of default VCPUs in an instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceTypeItem> |
GetOutpostSupportedInstanceTypesResult.getInstanceTypes() |
List<InstanceTypeItem> |
GetOutpostInstanceTypesResult.getInstanceTypes() |
| Modifier and Type | Method and Description |
|---|---|
GetOutpostSupportedInstanceTypesResult |
GetOutpostSupportedInstanceTypesResult.withInstanceTypes(InstanceTypeItem... instanceTypes)
NOTE: This method appends the values to the existing list (if any).
|
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withInstanceTypes(InstanceTypeItem... instanceTypes)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOutpostSupportedInstanceTypesResult.setInstanceTypes(Collection<InstanceTypeItem> instanceTypes) |
void |
GetOutpostInstanceTypesResult.setInstanceTypes(Collection<InstanceTypeItem> instanceTypes) |
GetOutpostSupportedInstanceTypesResult |
GetOutpostSupportedInstanceTypesResult.withInstanceTypes(Collection<InstanceTypeItem> instanceTypes) |
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withInstanceTypes(Collection<InstanceTypeItem> instanceTypes) |
Copyright © 2025. All rights reserved.