Uses of Class
com.amazonaws.services.elasticbeanstalk.model.OptionSpecification
-
Packages that use OptionSpecification Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of OptionSpecification in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return OptionSpecification Modifier and Type Method Description OptionSpecification
OptionSpecification. clone()
OptionSpecification
OptionSpecification. withNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource.OptionSpecification
OptionSpecification. withOptionName(String optionName)
The name of the configuration option.OptionSpecification
OptionSpecification. withResourceName(String resourceName)
A unique resource name for a time-based scaling configuration option.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type OptionSpecification Modifier and Type Method Description List<OptionSpecification>
DescribeConfigurationOptionsRequest. getOptions()
If specified, restricts the descriptions to only the specified options.List<OptionSpecification>
CreateEnvironmentRequest. getOptionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this new environment.List<OptionSpecification>
UpdateConfigurationTemplateRequest. getOptionsToRemove()
A list of configuration options to remove from the configuration set.List<OptionSpecification>
UpdateEnvironmentRequest. getOptionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type OptionSpecification Modifier and Type Method Description DescribeConfigurationOptionsRequest
DescribeConfigurationOptionsRequest. withOptions(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest
CreateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest
UpdateConfigurationTemplateRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of configuration options to remove from the configuration set.UpdateEnvironmentRequest
UpdateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type OptionSpecification Modifier and Type Method Description void
DescribeConfigurationOptionsRequest. setOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.void
CreateEnvironmentRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment.void
UpdateConfigurationTemplateRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of configuration options to remove from the configuration set.void
UpdateEnvironmentRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment.DescribeConfigurationOptionsRequest
DescribeConfigurationOptionsRequest. withOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest
CreateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest
UpdateConfigurationTemplateRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of configuration options to remove from the configuration set.UpdateEnvironmentRequest
UpdateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment.
-