Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.GetApplicationComponentDetailsResponse
-
Packages that use GetApplicationComponentDetailsResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of GetApplicationComponentDetailsResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return GetApplicationComponentDetailsResponse Modifier and Type Method Description default GetApplicationComponentDetailsResponseMigrationHubStrategyClient. getApplicationComponentDetails(Consumer<GetApplicationComponentDetailsRequest.Builder> getApplicationComponentDetailsRequest)Retrieves details about an application component.default GetApplicationComponentDetailsResponseMigrationHubStrategyClient. getApplicationComponentDetails(GetApplicationComponentDetailsRequest getApplicationComponentDetailsRequest)Retrieves details about an application component.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type GetApplicationComponentDetailsResponse Modifier and Type Method Description default CompletableFuture<GetApplicationComponentDetailsResponse>MigrationHubStrategyAsyncClient. getApplicationComponentDetails(Consumer<GetApplicationComponentDetailsRequest.Builder> getApplicationComponentDetailsRequest)Retrieves details about an application component.default CompletableFuture<GetApplicationComponentDetailsResponse>MigrationHubStrategyAsyncClient. getApplicationComponentDetails(GetApplicationComponentDetailsRequest getApplicationComponentDetailsRequest)Retrieves details about an application component.
-