| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
StrategyOption |
StrategyOption.clone() |
StrategyOption |
UpdateApplicationComponentConfigRequest.getStrategyOption()
The preferred strategy options for the application component.
|
StrategyOption |
UpdateServerConfigRequest.getStrategyOption()
The preferred strategy options for the application component.
|
StrategyOption |
StrategyOption.withIsPreferred(Boolean isPreferred)
Indicates if a specific strategy is preferred for the application component.
|
StrategyOption |
StrategyOption.withStrategy(Strategy strategy)
Type of transformation.
|
StrategyOption |
StrategyOption.withStrategy(String strategy)
Type of transformation.
|
StrategyOption |
StrategyOption.withTargetDestination(String targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption |
StrategyOption.withTargetDestination(TargetDestination targetDestination)
Destination information about where the application component can migrate to.
|
StrategyOption |
StrategyOption.withToolName(String toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
StrategyOption |
StrategyOption.withToolName(TransformationToolName toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationComponentConfigRequest.setStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
void |
UpdateServerConfigRequest.setStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
UpdateApplicationComponentConfigRequest |
UpdateApplicationComponentConfigRequest.withStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
UpdateServerConfigRequest |
UpdateServerConfigRequest.withStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
Copyright © 2024. All rights reserved.