Uses of Interface
software.amazon.awssdk.services.sms.model.DeleteAppLaunchConfigurationRequest.Builder
-
Packages that use DeleteAppLaunchConfigurationRequest.Builder Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.model -
-
Uses of DeleteAppLaunchConfigurationRequest.Builder in software.amazon.awssdk.services.sms
Method parameters in software.amazon.awssdk.services.sms with type arguments of type DeleteAppLaunchConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteAppLaunchConfigurationResponse>SmsAsyncClient. deleteAppLaunchConfiguration(Consumer<DeleteAppLaunchConfigurationRequest.Builder> deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application.default DeleteAppLaunchConfigurationResponseSmsClient. deleteAppLaunchConfiguration(Consumer<DeleteAppLaunchConfigurationRequest.Builder> deleteAppLaunchConfigurationRequest)Deletes the launch configuration for the specified application. -
Uses of DeleteAppLaunchConfigurationRequest.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return DeleteAppLaunchConfigurationRequest.Builder Modifier and Type Method Description DeleteAppLaunchConfigurationRequest.BuilderDeleteAppLaunchConfigurationRequest.Builder. appId(String appId)The ID of the application.static DeleteAppLaunchConfigurationRequest.BuilderDeleteAppLaunchConfigurationRequest. builder()DeleteAppLaunchConfigurationRequest.BuilderDeleteAppLaunchConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAppLaunchConfigurationRequest.BuilderDeleteAppLaunchConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAppLaunchConfigurationRequest.BuilderDeleteAppLaunchConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type DeleteAppLaunchConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteAppLaunchConfigurationRequest.Builder>DeleteAppLaunchConfigurationRequest. serializableBuilderClass()
-