|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationOptionSetting | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of ConfigurationOptionSetting in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionSetting | |
---|---|
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. |
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionSetting | |
---|---|
List<ConfigurationOptionSetting> |
ValidateConfigurationSettingsRequest.getOptionSettings()
A list of the options and desired values to evaluate. |
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> |
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. |
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> |
CreateConfigurationTemplateResult.getOptionSettings()
A list of the configuration options and their values in this configuration set. |
List<ConfigurationOptionSetting> |
CreateConfigurationTemplateRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. |
List<ConfigurationOptionSetting> |
ConfigurationSettingsDescription.getOptionSettings()
A list of the configuration options and their values in this configuration set. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionSetting | |
---|---|
ValidateConfigurationSettingsRequest |
ValidateConfigurationSettingsRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the options and desired values to evaluate. |
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. |
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. |
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. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set. |
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. |
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set. |
Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionSetting | |
---|---|
void |
ValidateConfigurationSettingsRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate. |
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 |
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. |
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 |
CreateConfigurationTemplateResult.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set. |
void |
CreateConfigurationTemplateRequest.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. |
void |
ConfigurationSettingsDescription.setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set. |
ValidateConfigurationSettingsRequest |
ValidateConfigurationSettingsRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate. |
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. |
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. |
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. |
CreateConfigurationTemplateResult |
CreateConfigurationTemplateResult.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set. |
CreateConfigurationTemplateRequest |
CreateConfigurationTemplateRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. |
ConfigurationSettingsDescription |
ConfigurationSettingsDescription.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set. |
Constructor parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionSetting | |
---|---|
ValidateConfigurationSettingsRequest(String applicationName,
List<ConfigurationOptionSetting> optionSettings)
Constructs a new ValidateConfigurationSettingsRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |