Uses of Class
software.amazon.awssdk.services.sms.model.TerminateAppResponse
-
Packages that use TerminateAppResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of TerminateAppResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return TerminateAppResponse Modifier and Type Method Description default TerminateAppResponseSmsClient. terminateApp(Consumer<TerminateAppRequest.Builder> terminateAppRequest)Terminates the stack for the specified application.default TerminateAppResponseSmsClient. terminateApp(TerminateAppRequest terminateAppRequest)Terminates the stack for the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type TerminateAppResponse Modifier and Type Method 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.
-