| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDestination |
TargetDestination.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetDestination |
RecommendationSet.targetDestination()
The recommended target destination.
|
TargetDestination |
StrategyOption.targetDestination()
Destination information about where the application component can migrate to.
|
static TargetDestination |
TargetDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDestination[] |
TargetDestination.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<TargetDestination> |
TargetDestination.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationSet.Builder |
RecommendationSet.Builder.targetDestination(TargetDestination targetDestination)
The recommended target destination.
|
StrategyOption.Builder |
StrategyOption.Builder.targetDestination(TargetDestination targetDestination)
Destination information about where the application component can migrate to.
|
Copyright © 2022. All rights reserved.