| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstancePlatform |
InstancePlatform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstancePlatform |
Blueprint.platform()
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
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 |
|---|---|
static Set<InstancePlatform> |
InstancePlatform.knownValues()
|
List<InstancePlatform> |
Bundle.supportedPlatforms()
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
| Modifier and Type | Method and Description |
|---|---|
Blueprint.Builder |
Blueprint.Builder.platform(InstancePlatform platform)
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Bundle.Builder |
Bundle.Builder.supportedPlatforms(InstancePlatform... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
| Modifier and Type | Method and Description |
|---|---|
Bundle.Builder |
Bundle.Builder.supportedPlatforms(Collection<InstancePlatform> supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Copyright © 2023. All rights reserved.