Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
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 |
AbstractAmazonRDS.createDBSubnetGroup(CreateDBSubnetGroupRequest request) |
DBSubnetGroup |
AmazonRDSClient.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AmazonRDS.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AbstractAmazonRDS.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsyncClient.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
java.util.concurrent.Future<DBSubnetGroup> |
AbstractAmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsyncClient.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request,
AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest,
AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Creates a new DB subnet group.
|
java.util.concurrent.Future<DBSubnetGroup> |
AbstractAmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request,
AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsyncClient.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
java.util.concurrent.Future<DBSubnetGroup> |
AbstractAmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsyncClient.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request,
AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler) |
java.util.concurrent.Future<DBSubnetGroup> |
AmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest,
AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Modifies an existing DB subnet group.
|
java.util.concurrent.Future<DBSubnetGroup> |
AbstractAmazonRDSAsync.modifyDBSubnetGroupAsync(ModifyDBSubnetGroupRequest request,
AsyncHandler<ModifyDBSubnetGroupRequest,DBSubnetGroup> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private DBSubnetGroup |
DBInstance.dBSubnetGroup
Specifies information on the subnet group associated with the DB
instance, including the name, description, and subnets in the subnet
group.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBSubnetGroup> |
DescribeDBSubnetGroupsResult.dBSubnetGroups
A list of DBSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
DBSubnetGroup |
DBSubnetGroup.clone() |
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(java.lang.String dBSubnetGroupDescription)
Provides the description of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnetGroupStatus(java.lang.String subnetGroupStatus)
Provides the status of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withVpcId(java.lang.String vpcId)
Provides the VpcId of the DB subnet group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(java.util.Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
DBSubnetGroup |
DBSubnetGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |