Java com.amazonaws.services.elasticbeanstalk.model ConfigurationOptionSetting fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticbeanstalk.model ConfigurationOptionSetting fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticbeanstalk.model ConfigurationOptionSetting.

The text is from its open source code.

Constructor

ConfigurationOptionSetting()
Default constructor for ConfigurationOptionSetting object.
ConfigurationOptionSetting(String namespace, String optionName, String value)
Constructs a new ConfigurationOptionSetting object.

Method

StringgetNamespace()

A unique namespace identifying the option's associated AWS resource.

StringgetOptionName()

The name of the configuration option.

StringgetValue()

The current value for the configuration option.