Uses of Class
software.amazon.awssdk.services.drs.model.UpdateLaunchConfigurationRequest
-
Packages that use UpdateLaunchConfigurationRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of UpdateLaunchConfigurationRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type UpdateLaunchConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateLaunchConfigurationResponse>DrsAsyncClient. updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)Updates a LaunchConfiguration by Source Server ID.default UpdateLaunchConfigurationResponseDrsClient. updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)Updates a LaunchConfiguration by Source Server ID. -
Uses of UpdateLaunchConfigurationRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type UpdateLaunchConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLaunchConfigurationRequestMarshaller. marshall(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
-