Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setPlatform(PlatformValues platform)
This value is set to
windows for Windows AMIs; otherwise, it is blank. |
void |
ImportInstanceRequest.setPlatform(PlatformValues platform)
The instance operating system.
|
void |
Instance.setPlatform(PlatformValues platform)
The value is
Windows for Windows instances; otherwise blank. |
void |
ImportInstanceTaskDetails.setPlatform(PlatformValues platform)
The instance operating system.
|
CreateFleetInstance |
CreateFleetInstance.withPlatform(PlatformValues platform)
The value is
Windows for Windows instances. |
DescribeFleetsInstances |
DescribeFleetsInstances.withPlatform(PlatformValues platform)
The value is
Windows for Windows instances. |
Image |
Image.withPlatform(PlatformValues platform)
This value is set to
windows for Windows AMIs; otherwise, it is blank. |
ImportInstanceRequest |
ImportInstanceRequest.withPlatform(PlatformValues platform)
The instance operating system.
|
Instance |
Instance.withPlatform(PlatformValues platform)
The value is
Windows for Windows instances; otherwise blank. |
ImportInstanceTaskDetails |
ImportInstanceTaskDetails.withPlatform(PlatformValues platform)
The instance operating system.
|
Copyright © 2021. All rights reserved.