| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBInstance.dbSubnetGroup()
Information about the subnet group associated with the DB instance, including the name, description, and subnets
in the subnet group.
|
DBSubnetGroup |
ModifyDbSubnetGroupResponse.dbSubnetGroup()
Returns the value of the DBSubnetGroup property for this object.
|
DBSubnetGroup |
CreateDbSubnetGroupResponse.dbSubnetGroup()
Returns the value of the DBSubnetGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSubnetGroup> |
DescribeDbSubnetGroupsResponse.dbSubnetGroups()
A list of
DBSubnetGroup instances. |
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
DBInstance.Builder.dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Information about the subnet group associated with the DB instance, including the name, description, and
subnets in the subnet group.
|
ModifyDbSubnetGroupResponse.Builder |
ModifyDbSubnetGroupResponse.Builder.dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
CreateDbSubnetGroupResponse.Builder |
CreateDbSubnetGroupResponse.Builder.dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
DescribeDbSubnetGroupsResponse.Builder |
DescribeDbSubnetGroupsResponse.Builder.dbSubnetGroups(DBSubnetGroup... dbSubnetGroups)
A list of
DBSubnetGroup instances. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDbSubnetGroupsResponse.Builder |
DescribeDbSubnetGroupsResponse.Builder.dbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups)
A list of
DBSubnetGroup instances. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DBSubnetGroup> |
DescribeDBSubnetGroupsIterable.dbSubnetGroups()
Returns an iterable to iterate through the paginated
DescribeDbSubnetGroupsResponse.dbSubnetGroups()
member. |
SdkPublisher<DBSubnetGroup> |
DescribeDBSubnetGroupsPublisher.dbSubnetGroups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.