| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| Modifier and Type | Method and Description |
|---|---|
default LaunchAppResponse |
SmsClient.launchApp(Consumer<LaunchAppRequest.Builder> launchAppRequest)
Launches the specified application as a stack in CloudFormation.
|
default LaunchAppResponse |
SmsClient.launchApp(LaunchAppRequest launchAppRequest)
Launches the specified application as a stack in CloudFormation.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.