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