Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ConfigurationOptionSetting
-
Packages that use ConfigurationOptionSetting Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ConfigurationOptionSetting in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionSetting Modifier and Type Method Description List<ConfigurationOptionSetting>ConfigurationSettingsDescription. optionSettings()A list of the configuration options and their values in this configuration set.List<ConfigurationOptionSetting>CreateConfigurationTemplateRequest. optionSettings()Option values for the Elastic Beanstalk configuration, such as the instance type.List<ConfigurationOptionSetting>CreateConfigurationTemplateResponse. optionSettings()A list of the configuration options and their values in this configuration set.List<ConfigurationOptionSetting>CreateEnvironmentRequest. optionSettings()If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment.List<ConfigurationOptionSetting>CreatePlatformVersionRequest. optionSettings()The configuration option settings to apply to the builder environment.List<ConfigurationOptionSetting>UpdateConfigurationTemplateRequest. optionSettings()A list of configuration option settings to update with the new specified option value.List<ConfigurationOptionSetting>UpdateConfigurationTemplateResponse. optionSettings()A list of the configuration options and their values in this configuration set.List<ConfigurationOptionSetting>UpdateEnvironmentRequest. 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.List<ConfigurationOptionSetting>ValidateConfigurationSettingsRequest. optionSettings()A list of the options and desired values to evaluate.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type ConfigurationOptionSetting Modifier and Type Method Description ConfigurationSettingsDescription.BuilderConfigurationSettingsDescription.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequest.BuilderCreateConfigurationTemplateRequest.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)Option values for the Elastic Beanstalk configuration, such as the instance type.CreateConfigurationTemplateResponse.BuilderCreateConfigurationTemplateResponse.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment.CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)The configuration option settings to apply to the builder environment.UpdateConfigurationTemplateRequest.BuilderUpdateConfigurationTemplateRequest.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResponse.BuilderUpdateConfigurationTemplateResponse.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)A list of the configuration options and their values in this configuration set.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. optionSettings(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.BuilderValidateConfigurationSettingsRequest.Builder. optionSettings(ConfigurationOptionSetting... optionSettings)A list of the options and desired values to evaluate.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionSetting Modifier and Type Method Description ConfigurationSettingsDescription.BuilderConfigurationSettingsDescription.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.CreateConfigurationTemplateRequest.BuilderCreateConfigurationTemplateRequest.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)Option values for the Elastic Beanstalk configuration, such as the instance type.CreateConfigurationTemplateResponse.BuilderCreateConfigurationTemplateResponse.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. optionSettings(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.CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)The configuration option settings to apply to the builder environment.UpdateConfigurationTemplateRequest.BuilderUpdateConfigurationTemplateRequest.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of configuration option settings to update with the new specified option value.UpdateConfigurationTemplateResponse.BuilderUpdateConfigurationTemplateResponse.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the configuration options and their values in this configuration set.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. optionSettings(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.BuilderValidateConfigurationSettingsRequest.Builder. optionSettings(Collection<ConfigurationOptionSetting> optionSettings)A list of the options and desired values to evaluate.
-