Uses of Class
software.amazon.awssdk.services.sms.model.DeleteAppLaunchConfigurationResponse
-
Packages that use DeleteAppLaunchConfigurationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of DeleteAppLaunchConfigurationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return DeleteAppLaunchConfigurationResponse Modifier and Type Method Description default DeleteAppLaunchConfigurationResponseSmsClient. deleteAppLaunchConfiguration(Consumer<DeleteAppLaunchConfigurationRequest.Builder> deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application.default DeleteAppLaunchConfigurationResponseSmsClient. deleteAppLaunchConfiguration(DeleteAppLaunchConfigurationRequest deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type DeleteAppLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteAppLaunchConfigurationResponse>SmsAsyncClient. deleteAppLaunchConfiguration(Consumer<DeleteAppLaunchConfigurationRequest.Builder> deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application.default CompletableFuture<DeleteAppLaunchConfigurationResponse>SmsAsyncClient. deleteAppLaunchConfiguration(DeleteAppLaunchConfigurationRequest deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application.
-