Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceType
-
Packages that use InstanceType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceTypeCreateFleetInstance. instanceType()The instance type.InstanceTypeDescribeFleetsInstances. instanceType()The instance type.InstanceTypeDescribeReservedInstancesOfferingsRequest. instanceType()The instance type that the reservation will cover (for example,m1.small).InstanceTypeFleetCapacityReservation. instanceType()The instance type for which the Capacity Reservation reserves capacity.InstanceTypeFleetLaunchTemplateOverrides. instanceType()The instance type.InstanceTypeFleetLaunchTemplateOverridesRequest. instanceType()The instance type.InstanceTypeImportInstanceLaunchSpecification. instanceType()The instance type.InstanceTypeInstance. instanceType()The instance type.InstanceTypeInstanceTypeInfo. instanceType()The instance type.InstanceTypeInstanceTypeOffering. instanceType()The instance type.InstanceTypeLaunchSpecification. instanceType()The instance type.InstanceTypeLaunchTemplateOverrides. instanceType()The instance type.InstanceTypeRequestLaunchTemplateData. instanceType()The instance type.InstanceTypeRequestSpotLaunchSpecification. instanceType()The instance type.InstanceTypeReservationFleetInstanceSpecification. instanceType()The instance type for which the Capacity Reservation Fleet reserves capacity.InstanceTypeReservedInstances. instanceType()The instance type on which the Reserved Instance can be used.InstanceTypeReservedInstancesConfiguration. instanceType()The instance type for the modified Reserved Instances.InstanceTypeReservedInstancesOffering. instanceType()The instance type on which the Reserved Instance can be used.InstanceTypeResponseLaunchTemplateData. instanceType()The instance type.InstanceTypeRunInstancesRequest. instanceType()The instance type.InstanceTypeSpotFleetLaunchSpecification. instanceType()The instance type.InstanceTypeSpotPrice. instanceType()The instance type.static InstanceTypeInstanceType. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceType Modifier and Type Method Description List<InstanceType>DescribeInstanceTypesRequest. instanceTypes()The instance types.List<InstanceType>DescribeSpotPriceHistoryRequest. instanceTypes()Filters the results by the specified instance types.static Set<InstanceType>InstanceType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceType Modifier and Type Method Description CreateFleetInstance.BuilderCreateFleetInstance.Builder. instanceType(InstanceType instanceType)The instance type.DescribeFleetsInstances.BuilderDescribeFleetsInstances.Builder. instanceType(InstanceType instanceType)The instance type.DescribeReservedInstancesOfferingsRequest.BuilderDescribeReservedInstancesOfferingsRequest.Builder. instanceType(InstanceType instanceType)The instance type that the reservation will cover (for example,m1.small).FleetCapacityReservation.BuilderFleetCapacityReservation.Builder. instanceType(InstanceType instanceType)The instance type for which the Capacity Reservation reserves capacity.FleetLaunchTemplateOverrides.BuilderFleetLaunchTemplateOverrides.Builder. instanceType(InstanceType instanceType)The instance type.FleetLaunchTemplateOverridesRequest.BuilderFleetLaunchTemplateOverridesRequest.Builder. instanceType(InstanceType instanceType)The instance type.ImportInstanceLaunchSpecification.BuilderImportInstanceLaunchSpecification.Builder. instanceType(InstanceType instanceType)The instance type.Instance.BuilderInstance.Builder. instanceType(InstanceType instanceType)The instance type.InstanceTypeInfo.BuilderInstanceTypeInfo.Builder. instanceType(InstanceType instanceType)The instance type.InstanceTypeOffering.BuilderInstanceTypeOffering.Builder. instanceType(InstanceType instanceType)The instance type.LaunchSpecification.BuilderLaunchSpecification.Builder. instanceType(InstanceType instanceType)The instance type.LaunchTemplateOverrides.BuilderLaunchTemplateOverrides.Builder. instanceType(InstanceType instanceType)The instance type.RequestLaunchTemplateData.BuilderRequestLaunchTemplateData.Builder. instanceType(InstanceType instanceType)The instance type.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. instanceType(InstanceType instanceType)The instance type.ReservationFleetInstanceSpecification.BuilderReservationFleetInstanceSpecification.Builder. instanceType(InstanceType instanceType)The instance type for which the Capacity Reservation Fleet reserves capacity.ReservedInstances.BuilderReservedInstances.Builder. instanceType(InstanceType instanceType)The instance type on which the Reserved Instance can be used.ReservedInstancesConfiguration.BuilderReservedInstancesConfiguration.Builder. instanceType(InstanceType instanceType)The instance type for the modified Reserved Instances.ReservedInstancesOffering.BuilderReservedInstancesOffering.Builder. instanceType(InstanceType instanceType)The instance type on which the Reserved Instance can be used.ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. instanceType(InstanceType instanceType)The instance type.RunInstancesRequest.BuilderRunInstancesRequest.Builder. instanceType(InstanceType instanceType)The instance type.SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. instanceType(InstanceType instanceType)The instance type.SpotPrice.BuilderSpotPrice.Builder. instanceType(InstanceType instanceType)The instance type.DescribeInstanceTypesRequest.BuilderDescribeInstanceTypesRequest.Builder. instanceTypes(InstanceType... instanceTypes)The instance types.DescribeSpotPriceHistoryRequest.BuilderDescribeSpotPriceHistoryRequest.Builder. instanceTypes(InstanceType... instanceTypes)Filters the results by the specified instance types.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceType Modifier and Type Method Description DescribeInstanceTypesRequest.BuilderDescribeInstanceTypesRequest.Builder. instanceTypes(Collection<InstanceType> instanceTypes)The instance types.DescribeSpotPriceHistoryRequest.BuilderDescribeSpotPriceHistoryRequest.Builder. instanceTypes(Collection<InstanceType> instanceTypes)Filters the results by the specified instance types.
-