Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
CreateConfigurationTemplateResult |
AWSElasticBeanstalkClient.createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template.
|
CreateConfigurationTemplateResult |
AWSElasticBeanstalk.createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateConfigurationTemplateResult> |
AWSElasticBeanstalkAsyncClient.createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template.
|
Future<CreateConfigurationTemplateResult> |
AWSElasticBeanstalkAsync.createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template.
|
Modifier and Type | Method and Description |
---|---|
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
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter 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.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 © 2014. All rights reserved.