Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBParameterGroupStatus> |
DBInstance.dBParameterGroups
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
DBParameterGroupStatus |
DBParameterGroupStatus.clone() |
DBParameterGroupStatus |
DBParameterGroupStatus.withDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DP parameter group.
|
DBParameterGroupStatus |
DBParameterGroupStatus.withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DBParameterGroupStatus> |
DBInstance.getDBParameterGroups()
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
DBInstance |
DBInstance.withDBParameterGroups(DBParameterGroupStatus... dBParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DBInstance.setDBParameterGroups(java.util.Collection<DBParameterGroupStatus> dBParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
DBInstance |
DBInstance.withDBParameterGroups(java.util.Collection<DBParameterGroupStatus> dBParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
DBParameterGroupStatus |
DBParameterGroupStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |