Uses of Class
software.amazon.awssdk.services.sms.model.PutAppLaunchConfigurationRequest
-
Packages that use PutAppLaunchConfigurationRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of PutAppLaunchConfigurationRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type PutAppLaunchConfigurationRequest Modifier and Type Method Description default CompletableFuture<PutAppLaunchConfigurationResponse>SmsAsyncClient. putAppLaunchConfiguration(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application.default PutAppLaunchConfigurationResponseSmsClient. putAppLaunchConfiguration(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)Creates or updates the launch configuration for the specified application. -
Uses of PutAppLaunchConfigurationRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type PutAppLaunchConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestPutAppLaunchConfigurationRequestMarshaller. marshall(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)
-