Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.GetPortfolioSummaryResponse
-
Packages that use GetPortfolioSummaryResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of GetPortfolioSummaryResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return GetPortfolioSummaryResponse Modifier and Type Method Description default GetPortfolioSummaryResponseMigrationHubStrategyClient. getPortfolioSummary(Consumer<GetPortfolioSummaryRequest.Builder> getPortfolioSummaryRequest)Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.default GetPortfolioSummaryResponseMigrationHubStrategyClient. getPortfolioSummary(GetPortfolioSummaryRequest getPortfolioSummaryRequest)Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type GetPortfolioSummaryResponse Modifier and Type Method Description default CompletableFuture<GetPortfolioSummaryResponse>MigrationHubStrategyAsyncClient. getPortfolioSummary(Consumer<GetPortfolioSummaryRequest.Builder> getPortfolioSummaryRequest)Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.default CompletableFuture<GetPortfolioSummaryResponse>MigrationHubStrategyAsyncClient. getPortfolioSummary(GetPortfolioSummaryRequest getPortfolioSummaryRequest)Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.
-