Uses of Class
software.amazon.awssdk.services.sms.model.GetAppResponse
-
Packages that use GetAppResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of GetAppResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetAppResponse Modifier and Type Method Description default GetAppResponseSmsClient. getApp()Retrieve information about the specified application.default GetAppResponseSmsClient. getApp(Consumer<GetAppRequest.Builder> getAppRequest)Retrieve information about the specified application.default GetAppResponseSmsClient. getApp(GetAppRequest getAppRequest)Retrieve information about the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetAppResponse Modifier and Type Method 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.
-