Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withApplicationName(String applicationName)
The name of the application associated with this configuration set.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withDateCreated(Date dateCreated)
The date (in UTC time) when this configuration set was created.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withDateUpdated(Date dateUpdated)
The date (in UTC time) when this configuration set was last modified.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withDeploymentStatus(ConfigurationDeploymentStatus deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withDeploymentStatus(String deploymentStatus)
If this configuration set is associated with an environment, the
DeploymentStatus parameter indicates the deployment
status of this configuration set: |
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withDescription(String description)
Describes this configuration set.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withEnvironmentName(String environmentName)
If not
null , the name of the environment for this
configuration set. |
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this
configuration set.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withSolutionStackName(String solutionStackName)
The name of the solution stack this configuration set uses.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withTemplateName(String templateName)
If not
null , the name of the configuration template for
this configuration set. |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationSettingsDescription> |
DescribeConfigurationSettingsResult.getConfigurationSettings()
A list of ConfigurationSettingsDescription.
|
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationSettingsResult |
DescribeConfigurationSettingsResult.withConfigurationSettings(ConfigurationSettingsDescription... configurationSettings)
A list of ConfigurationSettingsDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConfigurationSettingsResult.setConfigurationSettings(Collection<ConfigurationSettingsDescription> configurationSettings)
A list of ConfigurationSettingsDescription.
|
DescribeConfigurationSettingsResult |
DescribeConfigurationSettingsResult.withConfigurationSettings(Collection<ConfigurationSettingsDescription> configurationSettings)
A list of ConfigurationSettingsDescription.
|
Copyright © 2014. All rights reserved.