Uses of Class
com.amazonaws.services.elasticbeanstalk.model.OptionSpecification
Packages that use OptionSpecification
-
Uses of OptionSpecification in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return OptionSpecificationModifier and TypeMethodDescriptionOptionSpecification.clone()OptionSpecification.withNamespace(String namespace) A unique namespace identifying the option's associated AWS resource.OptionSpecification.withOptionName(String optionName) The name of the configuration option.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 OptionSpecificationModifier and TypeMethodDescriptionDescribeConfigurationOptionsRequest.getOptions()If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest.getOptionsToRemove()A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest.getOptionsToRemove()A list of configuration options to remove from the configuration set.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 OptionSpecificationModifier and TypeMethodDescriptionDescribeConfigurationOptionsRequest.withOptions(OptionSpecification... options) If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest.withOptionsToRemove(OptionSpecification... optionsToRemove) A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest.withOptionsToRemove(OptionSpecification... optionsToRemove) A list of configuration options to remove from the configuration set.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 OptionSpecificationModifier and TypeMethodDescriptionvoidDescribeConfigurationOptionsRequest.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.DescribeConfigurationOptionsRequest.withOptions(Collection<OptionSpecification> options) If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove) A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove) A list of configuration options to remove from the configuration set.UpdateEnvironmentRequest.withOptionsToRemove(Collection<OptionSpecification> optionsToRemove) A list of custom user-defined configuration options to remove from the configuration set for this environment.