|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionSpecification | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of OptionSpecification in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return OptionSpecification | |
---|---|
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. |
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type OptionSpecification | |
---|---|
List<OptionSpecification> |
DescribeConfigurationOptionsRequest.getOptions()
If specified, restricts the descriptions to only the specified options. |
List<OptionSpecification> |
UpdateEnvironmentRequest.getOptionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this environment. |
List<OptionSpecification> |
UpdateConfigurationTemplateRequest.getOptionsToRemove()
A list of configuration options to remove from the configuration set. |
List<OptionSpecification> |
CreateEnvironmentRequest.getOptionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this new environment. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type OptionSpecification | |
---|---|
DescribeConfigurationOptionsRequest |
DescribeConfigurationOptionsRequest.withOptions(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment. |
UpdateConfigurationTemplateRequest |
UpdateConfigurationTemplateRequest.withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of configuration options to remove from the configuration set. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withOptionsToRemove(OptionSpecification... optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment. |
Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type OptionSpecification | |
---|---|
void |
DescribeConfigurationOptionsRequest.setOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options. |
void |
UpdateEnvironmentRequest.setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment. |
void |
UpdateConfigurationTemplateRequest.setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of configuration options to remove from the configuration set. |
void |
CreateEnvironmentRequest.setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment. |
DescribeConfigurationOptionsRequest |
DescribeConfigurationOptionsRequest.withOptions(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this environment. |
UpdateConfigurationTemplateRequest |
UpdateConfigurationTemplateRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of configuration options to remove from the configuration set. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
A list of custom user-defined configuration options to remove from the configuration set for this new environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |