Uses of Class
software.amazon.awssdk.services.sms.model.GetAppLaunchConfigurationResponse
-
Packages that use GetAppLaunchConfigurationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of GetAppLaunchConfigurationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetAppLaunchConfigurationResponse Modifier and Type Method Description default GetAppLaunchConfigurationResponseSmsClient. getAppLaunchConfiguration()Retrieves the application launch configuration associated with the specified application.default GetAppLaunchConfigurationResponseSmsClient. getAppLaunchConfiguration(Consumer<GetAppLaunchConfigurationRequest.Builder> getAppLaunchConfigurationRequest)Retrieves the application launch configuration associated with the specified application.default GetAppLaunchConfigurationResponseSmsClient. getAppLaunchConfiguration(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest)Retrieves the application launch configuration associated with the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetAppLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetAppLaunchConfigurationResponse>SmsAsyncClient. getAppLaunchConfiguration()Retrieves the application launch configuration associated with the specified application.default CompletableFuture<GetAppLaunchConfigurationResponse>SmsAsyncClient. getAppLaunchConfiguration(Consumer<GetAppLaunchConfigurationRequest.Builder> getAppLaunchConfigurationRequest)Retrieves the application launch configuration associated with the specified application.default CompletableFuture<GetAppLaunchConfigurationResponse>SmsAsyncClient. getAppLaunchConfiguration(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest)Retrieves the application launch configuration associated with the specified application.
-