Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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> |
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.
|
Modifier and Type | Method and 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.
|
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.
|
Modifier and Type | Method and 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 |
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.
|
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.
|
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.
|
Copyright © 2014. All rights reserved.