Uses of Class
software.amazon.awssdk.services.mgn.model.CreateLaunchConfigurationTemplateResponse
-
Packages that use CreateLaunchConfigurationTemplateResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of CreateLaunchConfigurationTemplateResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return CreateLaunchConfigurationTemplateResponse Modifier and Type Method Description default CreateLaunchConfigurationTemplateResponseMgnClient. createLaunchConfigurationTemplate(Consumer<CreateLaunchConfigurationTemplateRequest.Builder> createLaunchConfigurationTemplateRequest)Creates a new Launch Configuration Template.default CreateLaunchConfigurationTemplateResponseMgnClient. createLaunchConfigurationTemplate(CreateLaunchConfigurationTemplateRequest createLaunchConfigurationTemplateRequest)Creates a new Launch Configuration Template.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type CreateLaunchConfigurationTemplateResponse Modifier and Type Method Description default CompletableFuture<CreateLaunchConfigurationTemplateResponse>MgnAsyncClient. createLaunchConfigurationTemplate(Consumer<CreateLaunchConfigurationTemplateRequest.Builder> createLaunchConfigurationTemplateRequest)Creates a new Launch Configuration Template.default CompletableFuture<CreateLaunchConfigurationTemplateResponse>MgnAsyncClient. createLaunchConfigurationTemplate(CreateLaunchConfigurationTemplateRequest createLaunchConfigurationTemplateRequest)Creates a new Launch Configuration Template.
-