Uses of Class
software.amazon.awssdk.services.mgn.model.UpdateLaunchConfigurationTemplateResponse
-
Packages that use UpdateLaunchConfigurationTemplateResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of UpdateLaunchConfigurationTemplateResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return UpdateLaunchConfigurationTemplateResponse Modifier and Type Method Description default UpdateLaunchConfigurationTemplateResponseMgnClient. updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.default UpdateLaunchConfigurationTemplateResponseMgnClient. updateLaunchConfigurationTemplate(UpdateLaunchConfigurationTemplateRequest updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type UpdateLaunchConfigurationTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdateLaunchConfigurationTemplateResponse>MgnAsyncClient. updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.default CompletableFuture<UpdateLaunchConfigurationTemplateResponse>MgnAsyncClient. updateLaunchConfigurationTemplate(UpdateLaunchConfigurationTemplateRequest updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.
-