Uses of Class
com.amazonaws.services.elasticbeanstalk.model.SourceConfiguration
Packages that use SourceConfiguration
-
Uses of SourceConfiguration in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return SourceConfigurationModifier and TypeMethodDescriptionSourceConfiguration.clone()
CreateConfigurationTemplateRequest.getSourceConfiguration()
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.SourceConfiguration.withApplicationName
(String applicationName) The name of the application associated with the configuration.SourceConfiguration.withTemplateName
(String templateName) The name of the configuration template.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type SourceConfigurationModifier and TypeMethodDescriptionvoid
CreateConfigurationTemplateRequest.setSourceConfiguration
(SourceConfiguration sourceConfiguration) If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.CreateConfigurationTemplateRequest.withSourceConfiguration
(SourceConfiguration sourceConfiguration) If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.