Uses of Enum
com.amazonaws.services.ec2.model.InstanceType
Packages that use InstanceType
-
Uses of InstanceType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type InstanceType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return InstanceTypeModifier and TypeMethodDescriptionstatic InstanceTypeUse this in place of valueOf.static InstanceTypeReturns 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 TypeMethodDescriptionvoidDescribeReservedInstancesOfferingsRequest.setInstanceType(InstanceType instanceType) The instance type that the reservation will cover (for example,m1.small).voidImportInstanceLaunchSpecification.setInstanceType(InstanceType instanceType) The instance type.voidInstance.setInstanceType(InstanceType instanceType) The instance type.voidLaunchSpecification.setInstanceType(InstanceType instanceType) The instance type.voidReservedInstances.setInstanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.voidReservedInstancesConfiguration.setInstanceType(InstanceType instanceType) The instance type for the modified Reserved Instances.voidReservedInstancesOffering.setInstanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.voidRunInstancesRequest.setInstanceType(InstanceType instanceType) The instance type.voidSpotFleetLaunchSpecification.setInstanceType(InstanceType instanceType) The instance type.voidSpotPrice.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.