Uses of Class
com.amazonaws.services.rds.model.CreateDBSubnetGroupRequest
-
Packages that use CreateDBSubnetGroupRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBSubnetGroupRequest Modifier and Type Method Description Future<DBSubnetGroup>
AbstractAmazonRDSAsync. createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Future<DBSubnetGroup>
AmazonRDSAsync. createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
Creates a new DB subnet group.Future<DBSubnetGroup>
AmazonRDSAsyncClient. createDBSubnetGroupAsync(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
-
Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBSubnetGroupRequest Modifier and Type Method Description CreateDBSubnetGroupRequest
CreateDBSubnetGroupRequest. clone()
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(String... subnetIds)
The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequest
CreateDBSubnetGroupRequest. withSubnetIds(Collection<String> subnetIds)
The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequest
CreateDBSubnetGroupRequest. withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).CreateDBSubnetGroupRequest
CreateDBSubnetGroupRequest. withTags(Collection<Tag> tags)
-