| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
StrategySummary |
StrategySummary.clone() |
StrategySummary |
StrategySummary.withCount(Integer count)
The count of recommendations per strategy.
|
StrategySummary |
StrategySummary.withStrategy(Strategy strategy)
The name of recommended strategy.
|
StrategySummary |
StrategySummary.withStrategy(String strategy)
The name of recommended strategy.
|
| Modifier and Type | Method and Description |
|---|---|
List<StrategySummary> |
ServerDetail.getApplicationComponentStrategySummary()
A list of strategy summaries.
|
List<StrategySummary> |
AssessmentSummary.getListApplicationComponentStrategySummary()
List of ApplicationComponentStrategySummary.
|
List<StrategySummary> |
AssessmentSummary.getListServerStrategySummary()
List of ServerStrategySummary.
|
| Modifier and Type | Method and Description |
|---|---|
ServerDetail |
ServerDetail.withApplicationComponentStrategySummary(StrategySummary... applicationComponentStrategySummary)
A list of strategy summaries.
|
AssessmentSummary |
AssessmentSummary.withListApplicationComponentStrategySummary(StrategySummary... listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
|
AssessmentSummary |
AssessmentSummary.withListServerStrategySummary(StrategySummary... listServerStrategySummary)
List of ServerStrategySummary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDetail.setApplicationComponentStrategySummary(Collection<StrategySummary> applicationComponentStrategySummary)
A list of strategy summaries.
|
void |
AssessmentSummary.setListApplicationComponentStrategySummary(Collection<StrategySummary> listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
|
void |
AssessmentSummary.setListServerStrategySummary(Collection<StrategySummary> listServerStrategySummary)
List of ServerStrategySummary.
|
ServerDetail |
ServerDetail.withApplicationComponentStrategySummary(Collection<StrategySummary> applicationComponentStrategySummary)
A list of strategy summaries.
|
AssessmentSummary |
AssessmentSummary.withListApplicationComponentStrategySummary(Collection<StrategySummary> listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
|
AssessmentSummary |
AssessmentSummary.withListServerStrategySummary(Collection<StrategySummary> listServerStrategySummary)
List of ServerStrategySummary.
|
Copyright © 2021. All rights reserved.