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