Uses of Enum
com.amazonaws.services.ec2.model.PlatformValues
Packages that use PlatformValues
-
Uses of PlatformValues in com.amazonaws.services.ec2.model
Subclasses with type arguments of type PlatformValues in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return PlatformValuesModifier and TypeMethodDescriptionstatic PlatformValuesUse this in place of valueOf.static PlatformValuesReturns the enum constant of this type with the specified name.static PlatformValues[]PlatformValues.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 PlatformValuesModifier and TypeMethodDescriptionvoidImage.setPlatform(PlatformValues platform) The value isWindowsfor Windows AMIs; otherwise blank.voidImportInstanceRequest.setPlatform(PlatformValues platform) The instance operating system.voidImportInstanceTaskDetails.setPlatform(PlatformValues platform) The instance operating system.voidInstance.setPlatform(PlatformValues platform) The value isWindowsfor Windows instances; otherwise blank.Image.withPlatform(PlatformValues platform) The value isWindowsfor Windows AMIs; otherwise blank.ImportInstanceRequest.withPlatform(PlatformValues platform) The instance operating system.ImportInstanceTaskDetails.withPlatform(PlatformValues platform) The instance operating system.Instance.withPlatform(PlatformValues platform) The value isWindowsfor Windows instances; otherwise blank.