| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSet |
RecommendationSet.clone() |
RecommendationSet |
ApplicationComponentStrategy.getRecommendation()
Strategy recommendation for the application component.
|
RecommendationSet |
ServerStrategy.getRecommendation()
Strategy recommendation for the server.
|
RecommendationSet |
ServerDetail.getRecommendationSet()
A set of recommendations.
|
RecommendationSet |
ApplicationComponentDetail.getRecommendationSet()
The top recommendation set for the application component.
|
RecommendationSet |
RecommendationSet.withStrategy(Strategy strategy)
The recommended strategy.
|
RecommendationSet |
RecommendationSet.withStrategy(String strategy)
The recommended strategy.
|
RecommendationSet |
RecommendationSet.withTargetDestination(String targetDestination)
The recommended target destination.
|
RecommendationSet |
RecommendationSet.withTargetDestination(TargetDestination targetDestination)
The recommended target destination.
|
RecommendationSet |
RecommendationSet.withTransformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationComponentStrategy.setRecommendation(RecommendationSet recommendation)
Strategy recommendation for the application component.
|
void |
ServerStrategy.setRecommendation(RecommendationSet recommendation)
Strategy recommendation for the server.
|
void |
ServerDetail.setRecommendationSet(RecommendationSet recommendationSet)
A set of recommendations.
|
void |
ApplicationComponentDetail.setRecommendationSet(RecommendationSet recommendationSet)
The top recommendation set for the application component.
|
ApplicationComponentStrategy |
ApplicationComponentStrategy.withRecommendation(RecommendationSet recommendation)
Strategy recommendation for the application component.
|
ServerStrategy |
ServerStrategy.withRecommendation(RecommendationSet recommendation)
Strategy recommendation for the server.
|
ServerDetail |
ServerDetail.withRecommendationSet(RecommendationSet recommendationSet)
A set of recommendations.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withRecommendationSet(RecommendationSet recommendationSet)
The top recommendation set for the application component.
|
Copyright © 2023. All rights reserved.