public interface SubnetGroupApi
SubnetGroupAsyncApi| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(String name)
Deletes a DB subnet group. 
 | 
SubnetGroup | 
get(String name)
Retrieves information about the specified  
SubnetGroup. | 
PagedIterable<SubnetGroup> | 
list()
Returns a list of  
SubnetGroups. | 
IterableWithMarker<SubnetGroup> | 
list(ListSubnetGroupsOptions options)
Returns a list of  
SubnetGroups. | 
@Nullable SubnetGroup get(String name)
SubnetGroup.name - Name of the subnet group to get information about.IterableWithMarker<SubnetGroup> list(ListSubnetGroupsOptions options)
options - the options describing the subnet groups queryPagedIterable<SubnetGroup> list()
SubnetGroups.void delete(String name)
name - The name of the database subnet group to delete.
 
           Copyright © 2009-2013 jclouds. All Rights Reserved.