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