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