Uses of Class
software.amazon.awssdk.services.docdb.model.DBSubnetGroup
-
Packages that use DBSubnetGroup Package Description software.amazon.awssdk.services.docdb.model software.amazon.awssdk.services.docdb.paginators -
-
Uses of DBSubnetGroup in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return DBSubnetGroup Modifier and Type Method Description DBSubnetGroupCreateDbSubnetGroupResponse. dbSubnetGroup()Returns the value of the DBSubnetGroup property for this object.DBSubnetGroupDBInstance. dbSubnetGroup()Specifies information on the subnet group that is associated with the 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.docdb.model that return types with arguments of type DBSubnetGroup Modifier and Type Method Description List<DBSubnetGroup>DescribeDbSubnetGroupsResponse. dbSubnetGroups()Detailed information about one or more subnet groups.Methods in software.amazon.awssdk.services.docdb.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)Specifies information on the subnet group that is associated with the 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)Detailed information about one or more subnet groups.Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type DBSubnetGroup Modifier and Type Method Description DescribeDbSubnetGroupsResponse.BuilderDescribeDbSubnetGroupsResponse.Builder. dbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups)Detailed information about one or more subnet groups. -
Uses of DBSubnetGroup in software.amazon.awssdk.services.docdb.paginators
Methods in software.amazon.awssdk.services.docdb.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.
-