Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionSetting
Packages that use ConfigurationOptionSetting
-
Uses of ConfigurationOptionSetting in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionSettingModifier and TypeMethodDescriptionConfigurationOptionSetting.clone()
ConfigurationOptionSetting.withNamespace
(String namespace) A unique namespace identifying the option's associated AWS resource.ConfigurationOptionSetting.withOptionName
(String optionName) The name of the configuration option.ConfigurationOptionSetting.withResourceName
(String resourceName) A unique resource name for a time-based scaling configuration option.The current value for the configuration option.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionSettingModifier and TypeMethodDescriptionConfigurationSettingsDescription.getOptionSettings()
A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.CreateConfigurationTemplateResult.getOptionSettings()
A list of the configuration options and their values in this configuration set.CreateEnvironmentRequest.getOptionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment.UpdateConfigurationTemplateRequest.getOptionSettings()
A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResult.getOptionSettings()
A list of the configuration options and their values in this configuration set.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.ValidateConfigurationSettingsRequest.getOptionSettings()
A list of the options and desired values to evaluate.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionSettingModifier and TypeMethodDescriptionConfigurationSettingsDescription.withOptionSettings
(ConfigurationOptionSetting... optionSettings) A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequest.withOptionSettings
(ConfigurationOptionSetting... optionSettings) If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.CreateConfigurationTemplateResult.withOptionSettings
(ConfigurationOptionSetting... optionSettings) A list of the configuration options and their values in this configuration set.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.withOptionSettings
(ConfigurationOptionSetting... optionSettings) A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResult.withOptionSettings
(ConfigurationOptionSetting... optionSettings) A list of the configuration options and their values in this configuration set.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.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 ConfigurationOptionSettingModifier and TypeMethodDescriptionvoid
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.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequest.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.CreateConfigurationTemplateResult.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) A list of the configuration options and their values in this configuration set.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.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResult.withOptionSettings
(Collection<ConfigurationOptionSetting> optionSettings) A list of the configuration options and their values in this configuration set.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.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 ConfigurationOptionSettingModifierConstructorDescriptionValidateConfigurationSettingsRequest
(String applicationName, List<ConfigurationOptionSetting> optionSettings) Constructs a new ValidateConfigurationSettingsRequest object.