Uses of Enum
software.amazon.awscdk.services.ec2.WindowsVersion
Packages that use WindowsVersion
-
Uses of WindowsVersion in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return WindowsVersionModifier and TypeMethodDescriptionstatic WindowsVersionReturns the enum constant of this type with the specified name.static WindowsVersion[]WindowsVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type WindowsVersionModifier and TypeMethodDescriptionstatic WindowsImage.BuilderWindowsImage.Builder.create(WindowsVersion version) static IMachineImageMachineImage.latestWindows(WindowsVersion version) A Windows image that is automatically kept up-to-date.static IMachineImageMachineImage.latestWindows(WindowsVersion version, WindowsImageProps props) A Windows image that is automatically kept up-to-date.Constructors in software.amazon.awscdk.services.ec2 with parameters of type WindowsVersionModifierConstructorDescriptionWindowsImage(WindowsVersion version) WindowsImage(WindowsVersion version, WindowsImageProps props)