Uses of Enum
com.amazonaws.services.ec2.model.InstanceType
Packages that use InstanceType
-
Uses of InstanceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceTypeModifier and TypeMethodDescriptionstatic InstanceType
Use this in place of valueOf.static InstanceType
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.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceTypeModifier and TypeMethodDescriptionvoid
DescribeReservedInstancesOfferingsRequest.setInstanceType
(InstanceType instanceType) The instance type that the reservation will cover (for example,m1.small
).void
ImportInstanceLaunchSpecification.setInstanceType
(InstanceType instanceType) The instance type.void
Instance.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
ReservedInstancesConfiguration.setInstanceType
(InstanceType instanceType) The instance type for the modified Reserved Instances.void
ReservedInstancesOffering.setInstanceType
(InstanceType instanceType) The instance type on which the Reserved Instance can be used.void
RunInstancesRequest.setInstanceType
(InstanceType instanceType) The instance type.void
SpotFleetLaunchSpecification.setInstanceType
(InstanceType instanceType) The instance type.void
SpotPrice.setInstanceType
(InstanceType instanceType) The instance type.DescribeReservedInstancesOfferingsRequest.withInstanceType
(InstanceType instanceType) The instance type that the reservation will cover (for example,m1.small
).ImportInstanceLaunchSpecification.withInstanceType
(InstanceType instanceType) The instance type.Instance.withInstanceType
(InstanceType instanceType) The instance type.LaunchSpecification.withInstanceType
(InstanceType instanceType) The instance type.ReservedInstances.withInstanceType
(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesConfiguration.withInstanceType
(InstanceType instanceType) The instance type for the modified Reserved Instances.ReservedInstancesOffering.withInstanceType
(InstanceType instanceType) The instance type on which the Reserved Instance can be used.RunInstancesRequest.withInstanceType
(InstanceType instanceType) The instance type.SpotFleetLaunchSpecification.withInstanceType
(InstanceType instanceType) The instance type.SpotPrice.withInstanceType
(InstanceType instanceType) The instance type.DescribeSpotPriceHistoryRequest.withInstanceTypes
(InstanceType... instanceTypes) Filters the results by the specified instance types.