Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBParameterGroupStatus |
DBParameterGroupStatus.clone() |
DBParameterGroupStatus |
DBParameterGroupStatus.withDBParameterGroupName(String dBParameterGroupName)
The name of the DP parameter group.
|
DBParameterGroupStatus |
DBParameterGroupStatus.withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<DBParameterGroupStatus> dBParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
DBInstance |
DBInstance.withDBParameterGroups(Collection<DBParameterGroupStatus> dBParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
Copyright © 2018. All rights reserved.