| Package | Description | 
|---|---|
| org.jclouds.rds.domain | |
| org.jclouds.rds.features | |
| org.jclouds.rds.functions | |
| org.jclouds.rds.xml | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroup | 
SecurityGroup.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
SecurityGroup.Builder.fromSecurityGroup(SecurityGroup in)  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroup | 
SecurityGroupApi.authorizeIngressToEC2SecurityGroupOfOwner(String name,
                                         String ec2SecurityGroupName,
                                         String ec2SecurityGroupOwnerId)
Enables ingress to a DBSecurityGroup if the application using the database is running on EC2
 instances. 
 | 
SecurityGroup | 
SecurityGroupApi.authorizeIngressToIPRange(String name,
                         String CIDR)
Enables ingress to a DBSecurityGroup to an IP range, if the application accessing your
 database is running on the Internet. 
 | 
SecurityGroup | 
SecurityGroupApi.authorizeIngressToVPCSecurityGroup(String name,
                                  String vpcSecurityGroupId)
Enables ingress to a DBSecurityGroup if the application using the database is running on VPC
 instances. 
 | 
SecurityGroup | 
SecurityGroupApi.createInVPCWithNameAndDescription(String vpcId,
                                 String name,
                                 String description)
Creates a new DB Security Group. 
 | 
SecurityGroup | 
SecurityGroupApi.createWithNameAndDescription(String name,
                            String description)
Creates a new DB Security Group. 
 | 
SecurityGroup | 
SecurityGroupApi.get(String name)
Retrieves information about the specified  
SecurityGroup. | 
SecurityGroup | 
SecurityGroupApi.revokeIngressFromEC2SecurityGroupOfOwner(String name,
                                        String ec2SecurityGroupName,
                                        String ec2SecurityGroupOwnerId)
Revokes ingress from a DBSecurityGroup for previously authorized EC2 Security Group. 
 | 
SecurityGroup | 
SecurityGroupApi.revokeIngressFromIPRange(String name,
                        String CIDR)
Revokes ingress from a DBSecurityGroup for previously authorized IP range. 
 | 
SecurityGroup | 
SecurityGroupApi.revokeIngressFromVPCSecurityGroup(String name,
                                 String vpcSecurityGroupId)
Revokes ingress from a DBSecurityGroup for previously authorized VPC Security Group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.authorizeIngressToEC2SecurityGroupOfOwner(String name,
                                         String ec2SecurityGroupName,
                                         String ec2SecurityGroupOwnerId)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.authorizeIngressToIPRange(String name,
                         String CIDR)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.authorizeIngressToVPCSecurityGroup(String name,
                                  String vpcSecurityGroupId)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.createInVPCWithNameAndDescription(String vpcId,
                                 String name,
                                 String description)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.createWithNameAndDescription(String name,
                            String description)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.get(String name)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SecurityGroup>> | 
SecurityGroupAsyncApi.list()  | 
PagedIterable<SecurityGroup> | 
SecurityGroupApi.list()
Returns a list of  
SecurityGroups. | 
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SecurityGroup>> | 
SecurityGroupAsyncApi.list(ListSecurityGroupsOptions options)  | 
IterableWithMarker<SecurityGroup> | 
SecurityGroupApi.list(ListSecurityGroupsOptions options)
Returns a list of  
SecurityGroups. | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.revokeIngressFromEC2SecurityGroupOfOwner(String name,
                                        String ec2SecurityGroupName,
                                        String ec2SecurityGroupOwnerId)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.revokeIngressFromIPRange(String name,
                        String CIDR)  | 
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> | 
SecurityGroupAsyncApi.revokeIngressFromVPCSecurityGroup(String name,
                                 String vpcSecurityGroupId)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<SecurityGroup>> | 
SecurityGroupsToPagedIterable.markerToNextForCallingArg0(String arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroup | 
SecurityGroupHandler.getResult() | 
| Modifier and Type | Method and Description | 
|---|---|
IterableWithMarker<SecurityGroup> | 
DescribeDBSecurityGroupsResultHandler.getResult() | 
Copyright © 2009-2013 jclouds. All Rights Reserved.