|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityGroupApi
Provides access to Amazon RDS via the Query API
SecurityGroupAsyncApi| Method Summary | |
|---|---|
void |
delete(String name)
Deletes a DB security group. |
SecurityGroup |
get(String name)
Retrieves information about the specified SecurityGroup. |
PagedIterable<SecurityGroup> |
list()
Returns a list of SecurityGroups. |
IterableWithMarker<SecurityGroup> |
list(ListSecurityGroupsOptions options)
Returns a list of SecurityGroups. |
| Method Detail |
|---|
@Nullable SecurityGroup get(String name)
SecurityGroup.
name - Name of the security group to get information about.
IterableWithMarker<SecurityGroup> list(ListSecurityGroupsOptions options)
SecurityGroups.
parameter
options - the options describing the security groups query
PagedIterable<SecurityGroup> list()
SecurityGroups.
void delete(String name)
name - The name of the database security group to delete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||