Package | Description |
---|---|
com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
DBSubnetGroup |
AmazonRDSClient.createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
DBSubnetGroup |
AmazonRDS.createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
DBSubnetGroup |
AmazonRDSClient.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AmazonRDS.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
Modifier and Type | Method and Description |
---|---|
Future<DBSubnetGroup> |
AmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsyncClient.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest,
AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Creates a new DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsyncClient.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest,
AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Creates a new DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsyncClient.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest,
AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Modifies an existing DB subnet group.
|
Future<DBSubnetGroup> |
AmazonRDSAsyncClient.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest,
AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Modifies an existing DB subnet group.
|
Modifier and Type | Method and Description |
---|---|
DBSubnetGroup |
DBInstance.getDBSubnetGroup()
Specifies information on the subnet group associated with the DB
instance, including the name, description, and subnets in the subnet
group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupDescription(String dBSubnetGroupDescription)
Provides the description of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupName(String dBSubnetGroupName)
Specifies the name of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnetGroupStatus(String subnetGroupStatus)
Provides the status of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withVpcId(String vpcId)
Provides the VpcId of the DB subnet group.
|
Modifier and Type | Method and Description |
---|---|
List<DBSubnetGroup> |
DescribeDBSubnetGroupsResult.getDBSubnetGroups()
A list of DBSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
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 |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(DBSubnetGroup... dBSubnetGroups)
A list of DBSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBSubnetGroupsResult.setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
Copyright © 2014. All rights reserved.