| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstancePlatform |
InstancePlatform.fromValue(String value)
Use this in place of valueOf.
|
static InstancePlatform |
InstancePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePlatform[] |
InstancePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blueprint.setPlatform(InstancePlatform platform)
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Blueprint |
Blueprint.withPlatform(InstancePlatform platform)
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Bundle |
Bundle.withSupportedPlatforms(InstancePlatform... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Copyright © 2017. All rights reserved.