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