Uses of Class
software.amazon.awssdk.services.mgn.model.UpdateLaunchConfigurationResponse
-
Packages that use UpdateLaunchConfigurationResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of UpdateLaunchConfigurationResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return UpdateLaunchConfigurationResponse Modifier and Type Method Description default UpdateLaunchConfigurationResponseMgnClient. updateLaunchConfiguration(Consumer<UpdateLaunchConfigurationRequest.Builder> updateLaunchConfigurationRequest)Updates multiple LaunchConfigurations by Source Server ID.default UpdateLaunchConfigurationResponseMgnClient. updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)Updates multiple LaunchConfigurations by Source Server ID.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type UpdateLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateLaunchConfigurationResponse>MgnAsyncClient. updateLaunchConfiguration(Consumer<UpdateLaunchConfigurationRequest.Builder> updateLaunchConfigurationRequest)Updates multiple LaunchConfigurations by Source Server ID.default CompletableFuture<UpdateLaunchConfigurationResponse>MgnAsyncClient. updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)Updates multiple LaunchConfigurations by Source Server ID.
-