Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf.
|
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setInstanceType(InstanceType instanceType)
The instance type.
|
void |
LaunchSpecification.setInstanceType(InstanceType instanceType)
The instance type.
|
void |
ReservedInstances.setInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
void |
SpotFleetLaunchSpecification.setInstanceType(InstanceType instanceType)
The instance type.
|
void |
DescribeReservedInstancesOfferingsRequest.setInstanceType(InstanceType instanceType)
The instance type that the reservation will cover (for example,
m1.small ). |
void |
ReservedInstancesOffering.setInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
void |
Instance.setInstanceType(InstanceType instanceType)
The instance type.
|
void |
ReservedInstancesConfiguration.setInstanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
|
void |
SpotPrice.setInstanceType(InstanceType instanceType)
The instance type.
|
void |
ImportInstanceLaunchSpecification.setInstanceType(InstanceType instanceType)
The instance type.
|
RunInstancesRequest |
RunInstancesRequest.withInstanceType(InstanceType instanceType)
The instance type.
|
LaunchSpecification |
LaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
ReservedInstances |
ReservedInstances.withInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
DescribeReservedInstancesOfferingsRequest |
DescribeReservedInstancesOfferingsRequest.withInstanceType(InstanceType instanceType)
The instance type that the reservation will cover (for example,
m1.small ). |
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
Instance |
Instance.withInstanceType(InstanceType instanceType)
The instance type.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withInstanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
|
SpotPrice |
SpotPrice.withInstanceType(InstanceType instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(InstanceType... instanceTypes)
Filters the results by the specified instance types.
|
Copyright © 2018. All rights reserved.