Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateConfigurationTemplateResponse
-
Packages that use UpdateConfigurationTemplateResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of UpdateConfigurationTemplateResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return UpdateConfigurationTemplateResponse Modifier and Type Method Description default UpdateConfigurationTemplateResponseElasticBeanstalkClient. updateConfigurationTemplate(Consumer<UpdateConfigurationTemplateRequest.Builder> updateConfigurationTemplateRequest)Updates the specified configuration template to have the specified properties or configuration option values.default UpdateConfigurationTemplateResponseElasticBeanstalkClient. updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)Updates the specified configuration template to have the specified properties or configuration option values.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type UpdateConfigurationTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationTemplateResponse>ElasticBeanstalkAsyncClient. updateConfigurationTemplate(Consumer<UpdateConfigurationTemplateRequest.Builder> updateConfigurationTemplateRequest)Updates the specified configuration template to have the specified properties or configuration option values.default CompletableFuture<UpdateConfigurationTemplateResponse>ElasticBeanstalkAsyncClient. updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)Updates the specified configuration template to have the specified properties or configuration option values.
-