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