| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterParameterGroup |
CopyDbClusterParameterGroupResponse.dbClusterParameterGroup()
Returns the value of the DBClusterParameterGroup property for this object.
|
DBClusterParameterGroup |
CreateDbClusterParameterGroupResponse.dbClusterParameterGroup()
Returns the value of the DBClusterParameterGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterParameterGroup> |
DescribeDbClusterParameterGroupsResponse.dbClusterParameterGroups()
A list of DB cluster parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
CopyDbClusterParameterGroupResponse.Builder |
CopyDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
CreateDbClusterParameterGroupResponse.Builder |
CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
DescribeDbClusterParameterGroupsResponse.Builder |
DescribeDbClusterParameterGroupsResponse.Builder.dbClusterParameterGroups(DBClusterParameterGroup... dbClusterParameterGroups)
A list of DB cluster parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterParameterGroupsResponse.Builder |
DescribeDbClusterParameterGroupsResponse.Builder.dbClusterParameterGroups(Collection<DBClusterParameterGroup> dbClusterParameterGroups)
A list of DB cluster parameter groups.
|
Copyright © 2021. All rights reserved.