|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformValues | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of PlatformValues in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return PlatformValues | |
---|---|
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 | |
---|---|
void |
Instance.setPlatform(PlatformValues platform)
The value is Windows for Windows instances; otherwise
blank. |
void |
ImportInstanceTaskDetails.setPlatform(PlatformValues platform)
The instance operating system. |
void |
ImportInstanceRequest.setPlatform(PlatformValues platform)
The instance operating system. |
void |
Image.setPlatform(PlatformValues platform)
The value is Windows for Windows AMIs; otherwise blank. |
Instance |
Instance.withPlatform(PlatformValues platform)
The value is Windows for Windows instances; otherwise
blank. |
ImportInstanceTaskDetails |
ImportInstanceTaskDetails.withPlatform(PlatformValues platform)
The instance operating system. |
ImportInstanceRequest |
ImportInstanceRequest.withPlatform(PlatformValues platform)
The instance operating system. |
Image |
Image.withPlatform(PlatformValues platform)
The value is Windows for Windows AMIs; otherwise blank. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |