Uses of Class
software.amazon.awssdk.services.drs.model.GetLaunchConfigurationResponse
-
Packages that use GetLaunchConfigurationResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of GetLaunchConfigurationResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return GetLaunchConfigurationResponse Modifier and Type Method Description default GetLaunchConfigurationResponseDrsClient. getLaunchConfiguration(Consumer<GetLaunchConfigurationRequest.Builder> getLaunchConfigurationRequest)Gets a LaunchConfiguration, filtered by Source Server IDs.default GetLaunchConfigurationResponseDrsClient. getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)Gets a LaunchConfiguration, filtered by Source Server IDs.Methods in software.amazon.awssdk.services.drs that return types with arguments of type GetLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLaunchConfigurationResponse>DrsAsyncClient. getLaunchConfiguration(Consumer<GetLaunchConfigurationRequest.Builder> getLaunchConfigurationRequest)Gets a LaunchConfiguration, filtered by Source Server IDs.default CompletableFuture<GetLaunchConfigurationResponse>DrsAsyncClient. getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)Gets a LaunchConfiguration, filtered by Source Server IDs.
-