| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchProfilePlatform |
LaunchProfilePlatform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LaunchProfilePlatform |
StudioComponentInitializationScript.platform()
The platform of the initialization script, either WINDOWS or LINUX.
|
LaunchProfilePlatform |
LaunchProfileInitialization.platform()
The platform of the launch platform, either WINDOWS or LINUX.
|
static LaunchProfilePlatform |
LaunchProfilePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchProfilePlatform[] |
LaunchProfilePlatform.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<LaunchProfilePlatform> |
LaunchProfilePlatform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StudioComponentInitializationScript.Builder |
StudioComponentInitializationScript.Builder.platform(LaunchProfilePlatform platform)
The platform of the initialization script, either WINDOWS or LINUX.
|
LaunchProfileInitialization.Builder |
LaunchProfileInitialization.Builder.platform(LaunchProfilePlatform platform)
The platform of the launch platform, either WINDOWS or LINUX.
|
Copyright © 2022. All rights reserved.