Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionDescription

Packages that use ConfigurationOptionDescription
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of ConfigurationOptionDescription in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionDescription
 ConfigurationOptionDescription ConfigurationOptionDescription.withChangeSeverity(String changeSeverity)
          An indication of which action is required if the value for this configuration option changes:
 ConfigurationOptionDescription ConfigurationOptionDescription.withDefaultValue(String defaultValue)
          The default value for this configuration option.
 ConfigurationOptionDescription ConfigurationOptionDescription.withMaxLength(Integer maxLength)
          If specified, the configuration option must be a string value no longer than this value.
 ConfigurationOptionDescription ConfigurationOptionDescription.withMaxValue(Integer maxValue)
          If specified, the configuration option must be a numeric value less than this value.
 ConfigurationOptionDescription ConfigurationOptionDescription.withMinValue(Integer minValue)
          If specified, the configuration option must be a numeric value greater than this value.
 ConfigurationOptionDescription ConfigurationOptionDescription.withName(String name)
          The name of the configuration option.
 ConfigurationOptionDescription ConfigurationOptionDescription.withNamespace(String namespace)
          A unique namespace identifying the option's associated AWS resource.
 ConfigurationOptionDescription ConfigurationOptionDescription.withRegex(OptionRestrictionRegex regex)
          If specified, the configuration option must be a string value that satisfies this regular expression.
 ConfigurationOptionDescription ConfigurationOptionDescription.withUserDefined(Boolean userDefined)
          An indication of whether the user defined this configuration option:
 ConfigurationOptionDescription ConfigurationOptionDescription.withValueOptions(Collection<String> valueOptions)
          If specified, values for the configuration option are selected from this list.
 ConfigurationOptionDescription ConfigurationOptionDescription.withValueOptions(String... valueOptions)
          If specified, values for the configuration option are selected from this list.
 ConfigurationOptionDescription ConfigurationOptionDescription.withValueType(ConfigurationOptionValueType valueType)
          An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:
 ConfigurationOptionDescription ConfigurationOptionDescription.withValueType(String valueType)
          An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionDescription
 List<ConfigurationOptionDescription> DescribeConfigurationOptionsResult.getOptions()
          A list of ConfigurationOptionDescription.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionDescription
 DescribeConfigurationOptionsResult DescribeConfigurationOptionsResult.withOptions(ConfigurationOptionDescription... options)
          A list of ConfigurationOptionDescription.
 

Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionDescription
 void DescribeConfigurationOptionsResult.setOptions(Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 DescribeConfigurationOptionsResult DescribeConfigurationOptionsResult.withOptions(Collection<ConfigurationOptionDescription> options)
          A list of ConfigurationOptionDescription.
 



Copyright © 2016. All rights reserved.