Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.GetApplicationComponentStrategiesResponse
-
Packages that use GetApplicationComponentStrategiesResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of GetApplicationComponentStrategiesResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return GetApplicationComponentStrategiesResponse Modifier and Type Method Description default GetApplicationComponentStrategiesResponseMigrationHubStrategyClient. getApplicationComponentStrategies(Consumer<GetApplicationComponentStrategiesRequest.Builder> getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server.default GetApplicationComponentStrategiesResponseMigrationHubStrategyClient. getApplicationComponentStrategies(GetApplicationComponentStrategiesRequest getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type GetApplicationComponentStrategiesResponse Modifier and Type Method Description default CompletableFuture<GetApplicationComponentStrategiesResponse>MigrationHubStrategyAsyncClient. getApplicationComponentStrategies(Consumer<GetApplicationComponentStrategiesRequest.Builder> getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server.default CompletableFuture<GetApplicationComponentStrategiesResponse>MigrationHubStrategyAsyncClient. getApplicationComponentStrategies(GetApplicationComponentStrategiesRequest getApplicationComponentStrategiesRequest)Retrieves a list of all the recommended strategies and tools for an application component running on a server.
-