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