Uses of Class
software.amazon.awssdk.services.drs.model.UpdateLaunchConfigurationTemplateResponse
-
Packages that use UpdateLaunchConfigurationTemplateResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of UpdateLaunchConfigurationTemplateResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return UpdateLaunchConfigurationTemplateResponse Modifier and Type Method Description default UpdateLaunchConfigurationTemplateResponseDrsClient. updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.default UpdateLaunchConfigurationTemplateResponseDrsClient. updateLaunchConfigurationTemplate(UpdateLaunchConfigurationTemplateRequest updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.Methods in software.amazon.awssdk.services.drs that return types with arguments of type UpdateLaunchConfigurationTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdateLaunchConfigurationTemplateResponse>DrsAsyncClient. updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.default CompletableFuture<UpdateLaunchConfigurationTemplateResponse>DrsAsyncClient. updateLaunchConfigurationTemplate(UpdateLaunchConfigurationTemplateRequest updateLaunchConfigurationTemplateRequest)Updates an existing Launch Configuration Template by ID.
-