Uses of Class
com.amazonaws.services.rds.model.DBSubnetGroup
Packages that use DBSubnetGroup
-
Uses of DBSubnetGroup in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DBSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBSubnetGroup
(CreateDBSubnetGroupRequest request) AmazonRDS.createDBSubnetGroup
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AmazonRDSClient.createDBSubnetGroup
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AbstractAmazonRDS.modifyDBSubnetGroup
(ModifyDBSubnetGroupRequest request) AmazonRDS.modifyDBSubnetGroup
(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest) Modifies an existing DB subnet group.AmazonRDSClient.modifyDBSubnetGroup
(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest) Modifies an existing DB subnet group.Methods in com.amazonaws.services.rds that return types with arguments of type DBSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request) AbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Creates a new DB subnet group.AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request) AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AbstractAmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request) AbstractAmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest) Modifies an existing DB subnet group.AmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Modifies an existing DB subnet group.AmazonRDSAsyncClient.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request) AmazonRDSAsyncClient.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DBSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Creates a new DB subnet group.AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AbstractAmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Modifies an existing DB subnet group.AmazonRDSAsyncClient.modifyDBSubnetGroupAsync
(ModifyDBSubnetGroupRequest request, AsyncHandler<ModifyDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) -
Uses of DBSubnetGroup in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBSubnetGroupModifier and TypeMethodDescriptionDBSubnetGroup.clone()
DBInstance.getDBSubnetGroup()
Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBSubnetGroup.withDBSubnetGroupDescription
(String dBSubnetGroupDescription) Provides the description of the DB subnet group.DBSubnetGroup.withDBSubnetGroupName
(String dBSubnetGroupName) The name of the DB subnet group.DBSubnetGroup.withSubnetGroupStatus
(String subnetGroupStatus) Provides the status of the DB subnet group.DBSubnetGroup.withSubnets
(Subnet... subnets) Contains a list of Subnet elements.DBSubnetGroup.withSubnets
(Collection<Subnet> subnets) Contains a list of Subnet elements.Provides the VpcId of the DB subnet group.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSubnetGroupModifier and TypeMethodDescriptionDescribeDBSubnetGroupsResult.getDBSubnetGroups()
A list of DBSubnetGroup instances.Methods in com.amazonaws.services.rds.model with parameters of type DBSubnetGroupModifier and TypeMethodDescriptionvoid
DBInstance.setDBSubnetGroup
(DBSubnetGroup dBSubnetGroup) Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DBInstance.withDBSubnetGroup
(DBSubnetGroup dBSubnetGroup) Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.DescribeDBSubnetGroupsResult.withDBSubnetGroups
(DBSubnetGroup... dBSubnetGroups) A list of DBSubnetGroup instances.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSubnetGroupModifier and TypeMethodDescriptionvoid
DescribeDBSubnetGroupsResult.setDBSubnetGroups
(Collection<DBSubnetGroup> dBSubnetGroups) A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResult.withDBSubnetGroups
(Collection<DBSubnetGroup> dBSubnetGroups) A list of DBSubnetGroup instances.