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