| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
BootMode |
UpdateLaunchConfigurationResponse.bootMode()
Launch configuration boot mode.
|
BootMode |
GetLaunchConfigurationResponse.bootMode()
Launch configuration boot mode.
|
BootMode |
UpdateLaunchConfigurationRequest.bootMode()
Update Launch configuration boot mode request.
|
static BootMode |
BootMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BootMode |
BootMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootMode[] |
BootMode.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<BootMode> |
BootMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.bootMode(BootMode bootMode)
Launch configuration boot mode.
|
GetLaunchConfigurationResponse.Builder |
GetLaunchConfigurationResponse.Builder.bootMode(BootMode bootMode)
Launch configuration boot mode.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.bootMode(BootMode bootMode)
Update Launch configuration boot mode request.
|
Copyright © 2022. All rights reserved.