| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformValues |
PlatformValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PlatformValues |
CreateFleetInstance.platform()
The value is
Windows for Windows instances; otherwise blank. |
PlatformValues |
Image.platform()
The value is
Windows for Windows AMIs; otherwise blank. |
PlatformValues |
Instance.platform()
The value is
Windows for Windows instances; otherwise blank. |
PlatformValues |
ImportInstanceTaskDetails.platform()
The instance operating system.
|
PlatformValues |
DescribeFleetsInstances.platform()
The value is
Windows for Windows instances; otherwise blank. |
PlatformValues |
ImportInstanceRequest.platform()
The instance operating system.
|
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 |
|---|---|
static Set<PlatformValues> |
PlatformValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetInstance.Builder |
CreateFleetInstance.Builder.platform(PlatformValues platform)
The value is
Windows for Windows instances; otherwise blank. |
Image.Builder |
Image.Builder.platform(PlatformValues platform)
The value is
Windows for Windows AMIs; otherwise blank. |
Instance.Builder |
Instance.Builder.platform(PlatformValues platform)
The value is
Windows for Windows instances; otherwise blank. |
ImportInstanceTaskDetails.Builder |
ImportInstanceTaskDetails.Builder.platform(PlatformValues platform)
The instance operating system.
|
DescribeFleetsInstances.Builder |
DescribeFleetsInstances.Builder.platform(PlatformValues platform)
The value is
Windows for Windows instances; otherwise blank. |
ImportInstanceRequest.Builder |
ImportInstanceRequest.Builder.platform(PlatformValues platform)
The instance operating system.
|
Copyright © 2019. All rights reserved.