| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbParameterGroup |
AwsRdsDbParameterGroup.clone() |
AwsRdsDbParameterGroup |
AwsRdsDbParameterGroup.withDbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
|
AwsRdsDbParameterGroup |
AwsRdsDbParameterGroup.withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbParameterGroup> |
AwsRdsDbInstanceDetails.getDbParameterGroups()
A list of the DB parameter groups to assign to the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
Copyright © 2021. All rights reserved.