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 ConfigurationOptionSettingConfigurationOptionSetting. clone()ConfigurationOptionSettingConfigurationOptionSetting. withNamespace(String namespace)A unique namespace identifying the option's associated AWS resource.ConfigurationOptionSettingConfigurationOptionSetting. withOptionName(String optionName)The name of the configuration option.ConfigurationOptionSettingConfigurationOptionSetting. withResourceName(String resourceName)A unique resource name for a time-based scaling configuration option.ConfigurationOptionSettingConfigurationOptionSetting. 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 ConfigurationSettingsDescriptionConfigurationSettingsDescription. withOptionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequestCreateConfigurationTemplateRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.CreateConfigurationTemplateResultCreateConfigurationTemplateResult. withOptionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.CreateEnvironmentRequestCreateEnvironmentRequest. 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.UpdateConfigurationTemplateRequestUpdateConfigurationTemplateRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResultUpdateConfigurationTemplateResult. withOptionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.UpdateEnvironmentRequestUpdateEnvironmentRequest. 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.ValidateConfigurationSettingsRequestValidateConfigurationSettingsRequest. 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 voidConfigurationSettingsDescription. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.voidCreateConfigurationTemplateRequest. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.voidCreateConfigurationTemplateResult. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.voidCreateEnvironmentRequest. 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.voidUpdateConfigurationTemplateRequest. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of configuration option settings to update with the new specified option value.voidUpdateConfigurationTemplateResult. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.voidUpdateEnvironmentRequest. 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.voidValidateConfigurationSettingsRequest. setOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the options and desired values to evaluate.ConfigurationSettingsDescriptionConfigurationSettingsDescription. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequestCreateConfigurationTemplateRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value.CreateConfigurationTemplateResultCreateConfigurationTemplateResult. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.CreateEnvironmentRequestCreateEnvironmentRequest. 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.UpdateConfigurationTemplateRequestUpdateConfigurationTemplateRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResultUpdateConfigurationTemplateResult. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.UpdateEnvironmentRequestUpdateEnvironmentRequest. 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.ValidateConfigurationSettingsRequestValidateConfigurationSettingsRequest. 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.
-