Uses of Class
software.amazon.awssdk.services.rds.model.DBSubnetGroup
Packages that use DBSubnetGroup
Package
Description
-
Uses of DBSubnetGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSubnetGroupModifier and TypeMethodDescriptionfinal DBSubnetGroupCreateDbSubnetGroupResponse.dbSubnetGroup()Returns the value of the DBSubnetGroup property for this object.final DBSubnetGroupDBInstance.dbSubnetGroup()Information about the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.final DBSubnetGroupModifyDbSubnetGroupResponse.dbSubnetGroup()Returns the value of the DBSubnetGroup property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSubnetGroupModifier and TypeMethodDescriptionfinal List<DBSubnetGroup>DescribeDbSubnetGroupsResponse.dbSubnetGroups()A list ofDBSubnetGroupinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSubnetGroupModifier and TypeMethodDescriptionCreateDbSubnetGroupResponse.Builder.dbSubnetGroup(DBSubnetGroup dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object.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.dbSubnetGroup(DBSubnetGroup dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object.DescribeDbSubnetGroupsResponse.Builder.dbSubnetGroups(DBSubnetGroup... dbSubnetGroups) A list ofDBSubnetGroupinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSubnetGroupModifier and TypeMethodDescriptionDescribeDbSubnetGroupsResponse.Builder.dbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups) A list ofDBSubnetGroupinstances. -
Uses of DBSubnetGroup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBSubnetGroupModifier and TypeMethodDescriptionfinal SdkIterable<DBSubnetGroup>DescribeDBSubnetGroupsIterable.dbSubnetGroups()Returns an iterable to iterate through the paginatedDescribeDbSubnetGroupsResponse.dbSubnetGroups()member.final SdkPublisher<DBSubnetGroup>DescribeDBSubnetGroupsPublisher.dbSubnetGroups()Returns a publisher that can be used to get a stream of data.