|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubnetGroupApi
Provides access to Amazon RDS via the Query API
SubnetGroupAsyncApi| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@Nullable SubnetGroup get(String name)
SubnetGroup.
name - Name of the subnet group to get information about.
IterableWithMarker<SubnetGroup> list(ListSubnetGroupsOptions options)
SubnetGroups.
parameter
options - the options describing the subnet groups query
PagedIterable<SubnetGroup> list()
SubnetGroups.
void delete(String name)
name - The name of the database subnet group to delete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||