| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBClusterParameterGroup |
CreateDbClusterParameterGroupResponse.dbClusterParameterGroup()
Returns the value of the DBClusterParameterGroup property for this object.
|
DBClusterParameterGroup |
CopyDbClusterParameterGroupResponse.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 |
|---|---|
CreateDbClusterParameterGroupResponse.Builder |
CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
CopyDbClusterParameterGroupResponse.Builder |
CopyDbClusterParameterGroupResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DBClusterParameterGroup> |
DescribeDBClusterParameterGroupsPublisher.dbClusterParameterGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBClusterParameterGroup> |
DescribeDBClusterParameterGroupsIterable.dbClusterParameterGroups()
Returns an iterable to iterate through the paginated
DescribeDbClusterParameterGroupsResponse.dbClusterParameterGroups() member. |
Copyright © 2023. All rights reserved.