| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationOptionSetting> |
UpdateConfigurationTemplateRequest.optionSettings()
A list of configuration option settings to update with the new specified option value.
|
List<ConfigurationOptionSetting> |
ValidateConfigurationSettingsRequest.optionSettings()
A list of the options and desired values to evaluate.
|
List<ConfigurationOptionSetting> |
UpdateConfigurationTemplateResponse.optionSettings()
A list of the configuration options and their values in this configuration set.
|
List<ConfigurationOptionSetting> |
ConfigurationSettingsDescription.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> |
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> |
CreateConfigurationTemplateResponse.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> |
CreatePlatformVersionRequest.optionSettings()
The configuration option settings to apply to the builder environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationTemplateRequest.Builder |
UpdateConfigurationTemplateRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
A list of configuration option settings to update with the new specified option value.
|
ValidateConfigurationSettingsRequest.Builder |
ValidateConfigurationSettingsRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
A list of the options and desired values to evaluate.
|
UpdateConfigurationTemplateResponse.Builder |
UpdateConfigurationTemplateResponse.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.
|
ConfigurationSettingsDescription.Builder |
ConfigurationSettingsDescription.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
A list of the configuration options and their values in this configuration set.
|
CreateConfigurationTemplateRequest.Builder |
CreateConfigurationTemplateRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.optionSettings(ConfigurationOptionSetting... optionSettings)
The configuration option settings to apply to the builder environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationTemplateRequest.Builder |
UpdateConfigurationTemplateRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of configuration option settings to update with the new specified option value.
|
ValidateConfigurationSettingsRequest.Builder |
ValidateConfigurationSettingsRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the options and desired values to evaluate.
|
UpdateConfigurationTemplateResponse.Builder |
UpdateConfigurationTemplateResponse.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.
|
ConfigurationSettingsDescription.Builder |
ConfigurationSettingsDescription.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
A list of the configuration options and their values in this configuration set.
|
CreateConfigurationTemplateRequest.Builder |
CreateConfigurationTemplateRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CreatePlatformVersionRequest.Builder |
CreatePlatformVersionRequest.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
|
Copyright © 2020. All rights reserved.