Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting
-
Packages that use ConfigurationOptionSetting Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ConfigurationOptionSetting in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionSetting Modifier and Type Method Description ConfigurationOptionSetting
ConfigurationOptionSetting. clone()
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. withResourceName(String resourceName)
A unique resource name for a time-based scaling 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 Modifier and Type Method Description List<ConfigurationOptionSetting>
ConfigurationSettingsDescription. 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>
CreateConfigurationTemplateResult. 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>
UpdateConfigurationTemplateRequest. getOptionSettings()
A list of configuration option settings to update with the new specified option value.List<ConfigurationOptionSetting>
UpdateConfigurationTemplateResult. getOptionSettings()
A list of the configuration options and their values in this configuration set.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>
ValidateConfigurationSettingsRequest. getOptionSettings()
A list of the options and desired values to evaluate.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionSetting Modifier and Type Method Description ConfigurationSettingsDescription
ConfigurationSettingsDescription. 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.CreateConfigurationTemplateResult
CreateConfigurationTemplateResult. 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.UpdateConfigurationTemplateRequest
UpdateConfigurationTemplateRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResult
UpdateConfigurationTemplateResult. withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.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.ValidateConfigurationSettingsRequest
ValidateConfigurationSettingsRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)
A list of the options and desired values to evaluate.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionSetting Modifier and Type Method Description void
ConfigurationSettingsDescription. 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
CreateConfigurationTemplateResult. 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
UpdateConfigurationTemplateRequest. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new specified option value.void
UpdateConfigurationTemplateResult. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.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
ValidateConfigurationSettingsRequest. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.ConfigurationSettingsDescription
ConfigurationSettingsDescription. 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.CreateConfigurationTemplateResult
CreateConfigurationTemplateResult. 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.UpdateConfigurationTemplateRequest
UpdateConfigurationTemplateRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResult
UpdateConfigurationTemplateResult. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.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.ValidateConfigurationSettingsRequest
ValidateConfigurationSettingsRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.Constructor parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionSetting Constructor Description ValidateConfigurationSettingsRequest(String applicationName, List<ConfigurationOptionSetting> optionSettings)
Constructs a new ValidateConfigurationSettingsRequest object.
-