Package | Description |
---|---|
software.amazon.awssdk.services.rds.model |
Modifier and Type | Method and Description |
---|---|
List<DBParameterGroupStatus> |
DBInstance.dbParameterGroups()
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
DBInstance.Builder |
DBInstance.Builder.dbParameterGroups(DBParameterGroupStatus... dbParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
Modifier and Type | Method and Description |
---|---|
DBInstance.Builder |
DBInstance.Builder.dbParameterGroups(Collection<DBParameterGroupStatus> dbParameterGroups)
Provides the list of DB parameter groups applied to this DB instance.
|
Copyright © 2021. All rights reserved.