public interface RdsMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllocationModeValue() |
java.math.BigInteger |
getMaxAllocationPeriod()
Gets the value of the maxAllocationPeriod property.
|
java.math.BigInteger |
getMaxPoolSize()
Gets the value of the maxPoolSize property.
|
java.lang.String |
getRangeLowerLimit()
Gets the value of the rangeLowerLimit property.
|
java.lang.String |
getReleaseModeValue() |
void |
setAllocationModeValue(java.lang.String value)
Set the value of allocationMode
|
void |
setMaxAllocationPeriod(java.math.BigInteger value)
Sets the value of the maxAllocationPeriod property.
|
void |
setMaxPoolSize(java.math.BigInteger value)
Sets the value of the maxPoolSize property.
|
void |
setRangeLowerLimit(java.lang.String value)
Sets the value of the rangeLowerLimit property.
|
void |
setReleaseModeValue(java.lang.String value)
Set the value of releaseMode
|
java.math.BigInteger getMaxPoolSize()
void setMaxPoolSize(java.math.BigInteger value)
java.lang.String getRangeLowerLimit()
void setRangeLowerLimit(java.lang.String value)
java.math.BigInteger getMaxAllocationPeriod()
void setMaxAllocationPeriod(java.math.BigInteger value)
void setAllocationModeValue(java.lang.String value)
java.lang.String getAllocationModeValue()
void setReleaseModeValue(java.lang.String value)
java.lang.String getReleaseModeValue()