| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk |  | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConfigurationTemplateResult | AWSElasticBeanstalkClient. createConfigurationTemplate(CreateConfigurationTemplateRequest request)
 Creates a configuration template. | 
| CreateConfigurationTemplateResult | AWSElasticBeanstalk. createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
 Creates a configuration template. | 
| CreateConfigurationTemplateResult | AbstractAWSElasticBeanstalk. createConfigurationTemplate(CreateConfigurationTemplateRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateConfigurationTemplateResult> | AWSElasticBeanstalkAsyncClient. createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request,
                                AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler) | 
| Future<CreateConfigurationTemplateResult> | AWSElasticBeanstalkAsync. createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
                                AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
 Creates a configuration template. | 
| Future<CreateConfigurationTemplateResult> | AbstractAWSElasticBeanstalkAsync. createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request,
                                AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler) | 
| 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. | 
| 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 © 2017. All rights reserved.