Uses of Class
com.amazonaws.services.rds.model.CreateDBSubnetGroupRequest

Packages that use CreateDBSubnetGroupRequest
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. 
 

Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds with parameters of type CreateDBSubnetGroupRequest
 DBSubnetGroup AmazonRDSClient.createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
           Creates a new DB subnet group.
 DBSubnetGroup AmazonRDS.createDBSubnetGroup(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)
           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.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
           Creates a new DB subnet group.
 

Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBSubnetGroupRequest
 Future<DBSubnetGroup> AmazonRDSAsyncClient.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
           Creates a new DB subnet group.
 Future<DBSubnetGroup> AmazonRDSAsync.createDBSubnetGroupAsync(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest,DBSubnetGroup> asyncHandler)
           Creates a new DB subnet group.
 

Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return CreateDBSubnetGroupRequest
 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 © 2016. All rights reserved.