| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| Modifier and Type | Method and Description |
|---|---|
default GetAppResponse |
SmsClient.getApp()
Retrieve information about the specified application.
|
default GetAppResponse |
SmsClient.getApp(Consumer<GetAppRequest.Builder> getAppRequest)
Retrieve information about the specified application.
|
default GetAppResponse |
SmsClient.getApp(GetAppRequest getAppRequest)
Retrieve information about the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAppResponse> |
SmsAsyncClient.getApp()
Retrieve information about the specified application.
|
default CompletableFuture<GetAppResponse> |
SmsAsyncClient.getApp(Consumer<GetAppRequest.Builder> getAppRequest)
Retrieve information about the specified application.
|
default CompletableFuture<GetAppResponse> |
SmsAsyncClient.getApp(GetAppRequest getAppRequest)
Retrieve information about the specified application.
|
Copyright © 2023. All rights reserved.