Java com.amazonaws.services.rds.model Parameter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAllowedValues()

Specifies the valid range of values for the parameter.

StringgetApplyMethod()

Indicates when to apply parameter updates.

StringgetApplyType()

Specifies the engine specific parameters type.

StringgetDataType()

Specifies the valid data type for the parameter.

StringgetDescription()

Provides a description of the parameter.

BooleangetIsModifiable()

Indicates whether (true) or not (false) the parameter can be modified.

StringgetMinimumEngineVersion()

The earliest engine version to which the parameter can apply.

StringgetParameterName()

Specifies the name of the parameter.

StringgetParameterValue()

Specifies the value of the parameter.

StringgetSource()

Indicates the source of the parameter value.