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 OptionSpecificationOptionSpecification. clone()OptionSpecificationOptionSpecification. withNamespace(String namespace)A unique namespace identifying the option's associated AWS resource.OptionSpecificationOptionSpecification. withOptionName(String optionName)The name of the configuration option.OptionSpecificationOptionSpecification. 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 DescribeConfigurationOptionsRequestDescribeConfigurationOptionsRequest. withOptions(OptionSpecification... options)If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequestCreateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequestUpdateConfigurationTemplateRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)A list of configuration options to remove from the configuration set.UpdateEnvironmentRequestUpdateEnvironmentRequest. 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 voidDescribeConfigurationOptionsRequest. setOptions(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.voidCreateEnvironmentRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.voidUpdateConfigurationTemplateRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of configuration options to remove from the configuration set.voidUpdateEnvironmentRequest. setOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.DescribeConfigurationOptionsRequestDescribeConfigurationOptionsRequest. withOptions(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequestCreateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequestUpdateConfigurationTemplateRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of configuration options to remove from the configuration set.UpdateEnvironmentRequestUpdateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.
-