| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
ServerStrategy |
ServerStrategy.clone() |
ServerStrategy |
ServerStrategy.withIsPreferred(Boolean isPreferred)
Set to true if the recommendation is set as preferred.
|
ServerStrategy |
ServerStrategy.withNumberOfApplicationComponents(Integer numberOfApplicationComponents)
The number of application components with this strategy recommendation running on the server.
|
ServerStrategy |
ServerStrategy.withRecommendation(RecommendationSet recommendation)
Strategy recommendation for the server.
|
ServerStrategy |
ServerStrategy.withStatus(StrategyRecommendation status)
The recommendation status of the strategy for the server.
|
ServerStrategy |
ServerStrategy.withStatus(String status)
The recommendation status of the strategy for the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerStrategy> |
GetServerStrategiesResult.getServerStrategies()
A list of strategy recommendations for the server.
|
| Modifier and Type | Method and Description |
|---|---|
GetServerStrategiesResult |
GetServerStrategiesResult.withServerStrategies(ServerStrategy... serverStrategies)
A list of strategy recommendations for the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServerStrategiesResult.setServerStrategies(Collection<ServerStrategy> serverStrategies)
A list of strategy recommendations for the server.
|
GetServerStrategiesResult |
GetServerStrategiesResult.withServerStrategies(Collection<ServerStrategy> serverStrategies)
A list of strategy recommendations for the server.
|
Copyright © 2023. All rights reserved.