Package | Description |
---|---|
com.amazonaws.services.neptune |
|
com.amazonaws.services.neptune.model |
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
DBClusterParameterGroup.clone() |
DBClusterParameterGroup |
DBClusterParameterGroup.withDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
DBClusterParameterGroup |
DBClusterParameterGroup.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup |
DBClusterParameterGroup.withDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
|
DBClusterParameterGroup |
DBClusterParameterGroup.withDescription(String description)
Provides the customer-specified description for this DB cluster parameter group.
|
Modifier and Type | Method and Description |
---|---|
List<DBClusterParameterGroup> |
DescribeDBClusterParameterGroupsResult.getDBClusterParameterGroups()
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParameterGroupsResult |
DescribeDBClusterParameterGroupsResult.withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBClusterParameterGroupsResult.setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
DescribeDBClusterParameterGroupsResult.withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
Copyright © 2021. All rights reserved.