Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ApplicationComponentStrategy
-
Packages that use ApplicationComponentStrategy Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of ApplicationComponentStrategy in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ApplicationComponentStrategy Modifier and Type Method Description List<ApplicationComponentStrategy>GetApplicationComponentStrategiesResponse. applicationComponentStrategies()A list of application component strategy recommendations.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ApplicationComponentStrategy Modifier and Type Method Description GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse.Builder. applicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)A list of application component strategy recommendations.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type ApplicationComponentStrategy Modifier and Type Method Description GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse.Builder. applicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)A list of application component strategy recommendations.
-