Uses of Class
software.amazon.awssdk.services.sms.model.PutAppLaunchConfigurationResponse
-
Packages that use PutAppLaunchConfigurationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of PutAppLaunchConfigurationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return PutAppLaunchConfigurationResponse Modifier and Type Method Description default PutAppLaunchConfigurationResponseSmsClient. putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application.default PutAppLaunchConfigurationResponseSmsClient. putAppLaunchConfiguration(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type PutAppLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutAppLaunchConfigurationResponse>SmsAsyncClient. putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application.default CompletableFuture<PutAppLaunchConfigurationResponse>SmsAsyncClient. putAppLaunchConfiguration(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application.
-