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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withDBSubnetGroupDescription(String dBSubnetGroupDescription)
The description for the DB subnet group.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The name for the DB subnet group.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds)
The EC2 Subnet IDs for the DB subnet group.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withSubnetIds(String... subnetIds)
The EC2 Subnet IDs for the DB subnet group.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withTags(Collection<Tag> tags)
A list of tags.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withTags(Tag... tags)
A list of tags.
|
Copyright © 2014. All rights reserved.