| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| Modifier and Type | Method and Description |
|---|---|
default TerminateAppResponse |
SmsClient.terminateApp(Consumer<TerminateAppRequest.Builder> terminateAppRequest)
Terminates the stack for the specified application.
|
default TerminateAppResponse |
SmsClient.terminateApp(TerminateAppRequest terminateAppRequest)
Terminates the stack for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TerminateAppResponse> |
SmsAsyncClient.terminateApp(Consumer<TerminateAppRequest.Builder> terminateAppRequest)
Terminates the stack for the specified application.
|
default CompletableFuture<TerminateAppResponse> |
SmsAsyncClient.terminateApp(TerminateAppRequest terminateAppRequest)
Terminates the stack for the specified application.
|
Copyright © 2022. All rights reserved.