Uses of Class
com.amazonaws.services.ec2.model.PlatformValues
-
Packages that use PlatformValues Package Description com.amazonaws.services.ec2.model -
-
Uses of PlatformValues in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PlatformValues Modifier and Type Method Description static PlatformValues
PlatformValues. fromValue(String value)
Use this in place of valueOf.static PlatformValues
PlatformValues. valueOf(String name)
Returns 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 PlatformValues Modifier and Type Method Description void
Image. setPlatform(PlatformValues platform)
The value isWindows
for Windows AMIs; otherwise blank.void
ImportInstanceRequest. setPlatform(PlatformValues platform)
The instance operating system.void
ImportInstanceTaskDetails. setPlatform(PlatformValues platform)
The instance operating system.void
Instance. setPlatform(PlatformValues platform)
The value isWindows
for Windows instances; otherwise blank.Image
Image. withPlatform(PlatformValues platform)
The value isWindows
for Windows AMIs; otherwise blank.ImportInstanceRequest
ImportInstanceRequest. withPlatform(PlatformValues platform)
The instance operating system.ImportInstanceTaskDetails
ImportInstanceTaskDetails. withPlatform(PlatformValues platform)
The instance operating system.Instance
Instance. withPlatform(PlatformValues platform)
The value isWindows
for Windows instances; otherwise blank.
-