| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
BootMode |
LaunchConfigurationTemplate.bootMode()
Launch configuration template boot mode.
|
BootMode |
GetLaunchConfigurationResponse.bootMode()
Launch configuration boot mode.
|
BootMode |
UpdateLaunchConfigurationTemplateRequest.bootMode()
Launch configuration template boot mode.
|
BootMode |
UpdateLaunchConfigurationResponse.bootMode()
Launch configuration boot mode.
|
BootMode |
CreateLaunchConfigurationTemplateRequest.bootMode()
Launch configuration template boot mode.
|
BootMode |
UpdateLaunchConfigurationRequest.bootMode()
Update Launch configuration boot mode request.
|
BootMode |
CreateLaunchConfigurationTemplateResponse.bootMode()
Launch configuration template boot mode.
|
BootMode |
UpdateLaunchConfigurationTemplateResponse.bootMode()
Launch configuration template boot mode.
|
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 |
|---|---|
LaunchConfigurationTemplate.Builder |
LaunchConfigurationTemplate.Builder.bootMode(BootMode bootMode)
Launch configuration template boot mode.
|
GetLaunchConfigurationResponse.Builder |
GetLaunchConfigurationResponse.Builder.bootMode(BootMode bootMode)
Launch configuration boot mode.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.bootMode(BootMode bootMode)
Launch configuration template boot mode.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.bootMode(BootMode bootMode)
Launch configuration boot mode.
|
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.bootMode(BootMode bootMode)
Launch configuration template boot mode.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.bootMode(BootMode bootMode)
Update Launch configuration boot mode request.
|
CreateLaunchConfigurationTemplateResponse.Builder |
CreateLaunchConfigurationTemplateResponse.Builder.bootMode(BootMode bootMode)
Launch configuration template boot mode.
|
UpdateLaunchConfigurationTemplateResponse.Builder |
UpdateLaunchConfigurationTemplateResponse.Builder.bootMode(BootMode bootMode)
Launch configuration template boot mode.
|
Copyright © 2023. All rights reserved.