Uses of Class
software.amazon.awssdk.services.mgn.model.GetLaunchConfigurationResponse
-
Packages that use GetLaunchConfigurationResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of GetLaunchConfigurationResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return GetLaunchConfigurationResponse Modifier and Type Method Description default GetLaunchConfigurationResponseMgnClient. getLaunchConfiguration(Consumer<GetLaunchConfigurationRequest.Builder> getLaunchConfigurationRequest)Lists all LaunchConfigurations available, filtered by Source Server IDs.default GetLaunchConfigurationResponseMgnClient. getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)Lists all LaunchConfigurations available, filtered by Source Server IDs.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type GetLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLaunchConfigurationResponse>MgnAsyncClient. getLaunchConfiguration(Consumer<GetLaunchConfigurationRequest.Builder> getLaunchConfigurationRequest)Lists all LaunchConfigurations available, filtered by Source Server IDs.default CompletableFuture<GetLaunchConfigurationResponse>MgnAsyncClient. getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)Lists all LaunchConfigurations available, filtered by Source Server IDs.
-