Uses of Interface
software.amazon.awssdk.services.sms.model.GetAppLaunchConfigurationRequest.Builder
-
Packages that use GetAppLaunchConfigurationRequest.Builder Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.model -
-
Uses of GetAppLaunchConfigurationRequest.Builder in software.amazon.awssdk.services.sms
Method parameters in software.amazon.awssdk.services.sms with type arguments of type GetAppLaunchConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAppLaunchConfigurationResponse>SmsAsyncClient. getAppLaunchConfiguration(Consumer<GetAppLaunchConfigurationRequest.Builder> getAppLaunchConfigurationRequest)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. -
Uses of GetAppLaunchConfigurationRequest.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return GetAppLaunchConfigurationRequest.Builder Modifier and Type Method Description GetAppLaunchConfigurationRequest.BuilderGetAppLaunchConfigurationRequest.Builder. appId(String appId)The ID of the application.static GetAppLaunchConfigurationRequest.BuilderGetAppLaunchConfigurationRequest. builder()GetAppLaunchConfigurationRequest.BuilderGetAppLaunchConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAppLaunchConfigurationRequest.BuilderGetAppLaunchConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAppLaunchConfigurationRequest.BuilderGetAppLaunchConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type GetAppLaunchConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetAppLaunchConfigurationRequest.Builder>GetAppLaunchConfigurationRequest. serializableBuilderClass()
-