Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.OptionSpecification
-
Packages that use OptionSpecification Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of OptionSpecification in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type OptionSpecification Modifier and Type Method Description List<OptionSpecification>DescribeConfigurationOptionsRequest. options()If specified, restricts the descriptions to only the specified options.List<OptionSpecification>CreateEnvironmentRequest. optionsToRemove()A list of custom user-defined configuration options to remove from the configuration set for this new environment.List<OptionSpecification>UpdateConfigurationTemplateRequest. optionsToRemove()A list of configuration options to remove from the configuration set.List<OptionSpecification>UpdateEnvironmentRequest. optionsToRemove()A list of custom user-defined configuration options to remove from the configuration set for this environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type OptionSpecification Modifier and Type Method Description DescribeConfigurationOptionsRequest.BuilderDescribeConfigurationOptionsRequest.Builder. options(OptionSpecification... options)If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. optionsToRemove(OptionSpecification... optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest.BuilderUpdateConfigurationTemplateRequest.Builder. optionsToRemove(OptionSpecification... optionsToRemove)A list of configuration options to remove from the configuration set.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. optionsToRemove(OptionSpecification... optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type OptionSpecification Modifier and Type Method Description DescribeConfigurationOptionsRequest.BuilderDescribeConfigurationOptionsRequest.Builder. options(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. optionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this new environment.UpdateConfigurationTemplateRequest.BuilderUpdateConfigurationTemplateRequest.Builder. optionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of configuration options to remove from the configuration set.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. optionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.
-