Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOptionSetting |
ConfigurationOptionSetting.withNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource.
|
ConfigurationOptionSetting |
ConfigurationOptionSetting.withOptionName(String optionName)
The name of the configuration option.
|
ConfigurationOptionSetting |
ConfigurationOptionSetting.withValue(String value)
The current value for the configuration option.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationOptionSetting> |
ConfigurationSettingsDescription.getOptionSettings()
A list of the configuration options and their values in this
configuration set.
|
List<ConfigurationOptionSetting> |
CreateEnvironmentRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration
options to the requested value in the configuration set for the new
environment.
|
List<ConfigurationOptionSetting> |
UpdateEnvironmentRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk updates the configuration set
associated with the running environment and sets the specified
configuration options to the requested value.
|
List<ConfigurationOptionSetting> |
CreateConfigurationTemplateRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration
option to the requested value.
|
List<ConfigurationOptionSetting> |
ValidateConfigurationSettingsRequest.getOptionSettings()
A list of the options and desired values to evaluate.
|
List<ConfigurationOptionSetting> |
CreateConfigurationTemplateResult.getOptionSettings()
A list of the configuration options and their values in this
configuration set.
|
List<ConfigurationOptionSetting> |
UpdateConfigurationTemplateResult.getOptionSettings()
A list of the configuration options and their values in this
configuration set.
|
List<ConfigurationOptionSetting> |
UpdateConfigurationTemplateRequest.getOptionSettings()
A list of configuration option settings to update with the new
specified option value.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this
configuration set.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
options to the requested value in the configuration set for the new
environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
If specified, AWS Elastic Beanstalk updates the configuration set
associated with the running environment and sets the specified
configuration options to the requested value.
|
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
option to the requested value.
|
ValidateConfigurationSettingsRequest |
ValidateConfigurationSettingsRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the options and desired values to evaluate.
|
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(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.
|
UpdateConfigurationTemplateRequest |
UpdateConfigurationTemplateRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of configuration option settings to update with the new
specified option value.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationSettingsDescription.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
void |
CreateEnvironmentRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
options to the requested value in the configuration set for the new
environment.
|
void |
UpdateEnvironmentRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk updates the configuration set
associated with the running environment and sets the specified
configuration options to the requested value.
|
void |
CreateConfigurationTemplateRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
option to the requested value.
|
void |
ValidateConfigurationSettingsRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.
|
void |
CreateConfigurationTemplateResult.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
void |
UpdateConfigurationTemplateResult.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
void |
UpdateConfigurationTemplateRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new
specified option value.
|
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
options to the requested value in the configuration set for the new
environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk updates the configuration set
associated with the running environment and sets the specified
configuration options to the requested value.
|
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration
option to the requested value.
|
ValidateConfigurationSettingsRequest |
ValidateConfigurationSettingsRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.
|
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
UpdateConfigurationTemplateResult |
UpdateConfigurationTemplateResult.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this
configuration set.
|
UpdateConfigurationTemplateRequest |
UpdateConfigurationTemplateRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new
specified option value.
|
Constructor and Description |
---|
ValidateConfigurationSettingsRequest(String applicationName,
List<ConfigurationOptionSetting> optionSettings)
Constructs a new ValidateConfigurationSettingsRequest object.
|
Copyright © 2014. All rights reserved.