| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeOffering |
InstanceTypeOffering.clone() |
InstanceTypeOffering |
InstanceTypeOffering.withInstanceType(InstanceType instanceType)
The instance type.
|
InstanceTypeOffering |
InstanceTypeOffering.withInstanceType(String instanceType)
The instance type.
|
InstanceTypeOffering |
InstanceTypeOffering.withLocation(String location)
The identifier for the location.
|
InstanceTypeOffering |
InstanceTypeOffering.withLocationType(LocationType locationType)
The location type.
|
InstanceTypeOffering |
InstanceTypeOffering.withLocationType(String locationType)
The location type.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceTypeOffering> |
DescribeInstanceTypeOfferingsResult.getInstanceTypeOfferings()
The instance types offered.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceTypeOfferingsResult |
DescribeInstanceTypeOfferingsResult.withInstanceTypeOfferings(InstanceTypeOffering... instanceTypeOfferings)
The instance types offered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceTypeOfferingsResult.setInstanceTypeOfferings(Collection<InstanceTypeOffering> instanceTypeOfferings)
The instance types offered.
|
DescribeInstanceTypeOfferingsResult |
DescribeInstanceTypeOfferingsResult.withInstanceTypeOfferings(Collection<InstanceTypeOffering> instanceTypeOfferings)
The instance types offered.
|
Copyright © 2020. All rights reserved.