Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceType
Packages that use InstanceType
-
Uses of InstanceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceTypeModifier and TypeMethodDescriptionstatic InstanceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InstanceTypeCreateFleetInstance.instanceType()The instance type.final InstanceTypeDescribeFleetsInstances.instanceType()The instance type.final InstanceTypeDescribeReservedInstancesOfferingsRequest.instanceType()The instance type that the reservation will cover (for example,m1.small).final InstanceTypeFleetCapacityReservation.instanceType()The instance type for which the Capacity Reservation reserves capacity.final InstanceTypeFleetLaunchTemplateOverrides.instanceType()The instance type.final InstanceTypeFleetLaunchTemplateOverridesRequest.instanceType()The instance type.final InstanceTypeImportInstanceLaunchSpecification.instanceType()The instance type.final InstanceTypeInstance.instanceType()The instance type.final InstanceTypeInstanceImageMetadata.instanceType()The instance type.final InstanceTypeInstanceTypeInfo.instanceType()The instance type.final InstanceTypeInstanceTypeOffering.instanceType()The instance type.final InstanceTypeLaunchSpecification.instanceType()The instance type.final InstanceTypeLaunchTemplateOverrides.instanceType()The instance type.final InstanceTypeRequestLaunchTemplateData.instanceType()The instance type.final InstanceTypeRequestSpotLaunchSpecification.instanceType()The instance type.final InstanceTypeReservationFleetInstanceSpecification.instanceType()The instance type for which the Capacity Reservation Fleet reserves capacity.final InstanceTypeReservedInstances.instanceType()The instance type on which the Reserved Instance can be used.final InstanceTypeReservedInstancesConfiguration.instanceType()The instance type for the modified Reserved Instances.final InstanceTypeReservedInstancesOffering.instanceType()The instance type on which the Reserved Instance can be used.final InstanceTypeResponseLaunchTemplateData.instanceType()The instance type.final InstanceTypeRunInstancesRequest.instanceType()The instance type.final InstanceTypeSpotFleetLaunchSpecification.instanceType()The instance type.final InstanceTypeSpotPrice.instanceType()The instance type.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceTypeModifier and TypeMethodDescriptionfinal List<InstanceType>DescribeInstanceTypesRequest.instanceTypes()The instance types.final 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 InstanceTypeModifier and TypeMethodDescriptionCreateFleetInstance.Builder.instanceType(InstanceType instanceType) The instance type.DescribeFleetsInstances.Builder.instanceType(InstanceType instanceType) The instance type.DescribeReservedInstancesOfferingsRequest.Builder.instanceType(InstanceType instanceType) The instance type that the reservation will cover (for example,m1.small).FleetCapacityReservation.Builder.instanceType(InstanceType instanceType) The instance type for which the Capacity Reservation reserves capacity.FleetLaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType) The instance type.FleetLaunchTemplateOverridesRequest.Builder.instanceType(InstanceType instanceType) The instance type.ImportInstanceLaunchSpecification.Builder.instanceType(InstanceType instanceType) The instance type.Instance.Builder.instanceType(InstanceType instanceType) The instance type.InstanceImageMetadata.Builder.instanceType(InstanceType instanceType) The instance type.InstanceTypeInfo.Builder.instanceType(InstanceType instanceType) The instance type.InstanceTypeOffering.Builder.instanceType(InstanceType instanceType) The instance type.LaunchSpecification.Builder.instanceType(InstanceType instanceType) The instance type.LaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType) The instance type.RequestLaunchTemplateData.Builder.instanceType(InstanceType instanceType) The instance type.RequestSpotLaunchSpecification.Builder.instanceType(InstanceType instanceType) The instance type.ReservationFleetInstanceSpecification.Builder.instanceType(InstanceType instanceType) The instance type for which the Capacity Reservation Fleet reserves capacity.ReservedInstances.Builder.instanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesConfiguration.Builder.instanceType(InstanceType instanceType) The instance type for the modified Reserved Instances.ReservedInstancesOffering.Builder.instanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ResponseLaunchTemplateData.Builder.instanceType(InstanceType instanceType) The instance type.RunInstancesRequest.Builder.instanceType(InstanceType instanceType) The instance type.SpotFleetLaunchSpecification.Builder.instanceType(InstanceType instanceType) The instance type.SpotPrice.Builder.instanceType(InstanceType instanceType) The instance type.DescribeInstanceTypesRequest.Builder.instanceTypes(InstanceType... instanceTypes) The instance types.DescribeSpotPriceHistoryRequest.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 InstanceTypeModifier and TypeMethodDescriptionDescribeInstanceTypesRequest.Builder.instanceTypes(Collection<InstanceType> instanceTypes) The instance types.DescribeSpotPriceHistoryRequest.Builder.instanceTypes(Collection<InstanceType> instanceTypes) Filters the results by the specified instance types.