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 CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. clone()CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withDBSubnetGroupDescription(String dBSubnetGroupDescription)The description for the DB subnet group.CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withDBSubnetGroupName(String dBSubnetGroupName)The name for the DB subnet group.CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withSubnetIds(String... subnetIds)The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withSubnetIds(Collection<String> subnetIds)The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withTags(Tag... tags)NOTE: This method appends the values to the existing list (if any).CreateDBSubnetGroupRequestCreateDBSubnetGroupRequest. withTags(Collection<Tag> tags)
-