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