| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk |  | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConfigurationTemplateResult | AbstractAWSElasticBeanstalk. createConfigurationTemplate(CreateConfigurationTemplateRequest request) | 
| CreateConfigurationTemplateResult | AWSElasticBeanstalk. createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
 Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
 application. | 
| CreateConfigurationTemplateResult | AWSElasticBeanstalkClient. createConfigurationTemplate(CreateConfigurationTemplateRequest request)
 Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
 application. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. clone() | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withApplicationName(String applicationName)
 The name of the application associated with this configuration set. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withDateCreated(Date dateCreated)
 The date (in UTC time) when this configuration set was created. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withDateUpdated(Date dateUpdated)
 The date (in UTC time) when this configuration set was last modified. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
 If this configuration set is associated with an environment, the  DeploymentStatusparameter
 indicates the deployment status of this configuration set: | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withDeploymentStatus(String deploymentStatus)
 If this configuration set is associated with an environment, the  DeploymentStatusparameter
 indicates the deployment status of this configuration set: | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withDescription(String description)
 Describes this configuration set. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withEnvironmentName(String environmentName)
 If not  null, the name of the environment for this configuration set. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
 A list of the configuration options and their values in this configuration set. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withOptionSettings(ConfigurationOptionSetting... optionSettings)
 A list of the configuration options and their values in this configuration set. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withPlatformArn(String platformArn)
 The ARN of the platform version. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withSolutionStackName(String solutionStackName)
 The name of the solution stack this configuration set uses. | 
| CreateConfigurationTemplateResult | CreateConfigurationTemplateResult. withTemplateName(String templateName)
 If not  null, the name of the configuration template for this configuration set. | 
Copyright © 2021. All rights reserved.