Uses of Class
software.amazon.awssdk.services.sms.model.LaunchAppResponse
-
Packages that use LaunchAppResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of LaunchAppResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return LaunchAppResponse Modifier and Type Method Description default LaunchAppResponseSmsClient. launchApp(Consumer<LaunchAppRequest.Builder> launchAppRequest)Launches the specified application as a stack in CloudFormation.default LaunchAppResponseSmsClient. launchApp(LaunchAppRequest launchAppRequest)Launches the specified application as a stack in CloudFormation.Methods in software.amazon.awssdk.services.sms that return types with arguments of type LaunchAppResponse Modifier and Type Method Description default CompletableFuture<LaunchAppResponse>SmsAsyncClient. launchApp(Consumer<LaunchAppRequest.Builder> launchAppRequest)Launches the specified application as a stack in CloudFormation.default CompletableFuture<LaunchAppResponse>SmsAsyncClient. launchApp(LaunchAppRequest launchAppRequest)Launches the specified application as a stack in CloudFormation.
-