Uses of Class
com.amazonaws.services.rds.model.DBSecurityGroup

Packages that use DBSecurityGroup
com.amazonaws.services.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of DBSecurityGroup in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds that return DBSecurityGroup
 DBSecurityGroup AmazonRDS.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
           This API allows for ingress to a DBSecurityGroup using one of two forms of authorization.
 DBSecurityGroup AmazonRDSClient.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
           This API allows for ingress to a DBSecurityGroup using one of two forms of authorization.
 DBSecurityGroup AmazonRDS.createDBSecurityGroup(CreateDBSecurityGroupRequest createDBSecurityGroupRequest)
           This API creates a new database security group.
 DBSecurityGroup AmazonRDSClient.createDBSecurityGroup(CreateDBSecurityGroupRequest createDBSecurityGroupRequest)
           This API creates a new database security group.
 DBSecurityGroup AmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
           This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups.
 DBSecurityGroup AmazonRDSClient.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
           This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups.
 

Methods in com.amazonaws.services.rds that return types with arguments of type DBSecurityGroup
 Future<DBSecurityGroup> AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
           This API allows for ingress to a DBSecurityGroup using one of two forms of authorization.
 Future<DBSecurityGroup> AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
           This API allows for ingress to a DBSecurityGroup using one of two forms of authorization.
 Future<DBSecurityGroup> AmazonRDSAsyncClient.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest createDBSecurityGroupRequest)
           This API creates a new database security group.
 Future<DBSecurityGroup> AmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest createDBSecurityGroupRequest)
           This API creates a new database security group.
 Future<DBSecurityGroup> AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
           This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups.
 Future<DBSecurityGroup> AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
           This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups.
 

Uses of DBSecurityGroup in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return DBSecurityGroup
 DBSecurityGroup DBSecurityGroup.withDBSecurityGroupDescription(String dBSecurityGroupDescription)
          Provides the description of the database security group.
 DBSecurityGroup DBSecurityGroup.withDBSecurityGroupName(String dBSecurityGroupName)
          Specifies the name of the DB Security Group.
 DBSecurityGroup DBSecurityGroup.withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
          Contains a list of EC2SecurityGroup elements.
 DBSecurityGroup DBSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
          Contains a list of EC2SecurityGroup elements.
 DBSecurityGroup DBSecurityGroup.withIPRanges(Collection<IPRange> iPRanges)
          Contains a list of IPRange elements.
 DBSecurityGroup DBSecurityGroup.withIPRanges(IPRange... iPRanges)
          Contains a list of IPRange elements.
 DBSecurityGroup DBSecurityGroup.withOwnerId(String ownerId)
          Provides the AWS ID of the owner of a specific DB Security Group.
 

Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSecurityGroup
 List<DBSecurityGroup> DescribeDBSecurityGroupsResult.getDBSecurityGroups()
          A list of DBSecurityGroup instances.
 

Methods in com.amazonaws.services.rds.model with parameters of type DBSecurityGroup
 DescribeDBSecurityGroupsResult DescribeDBSecurityGroupsResult.withDBSecurityGroups(DBSecurityGroup... dBSecurityGroups)
          A list of DBSecurityGroup instances.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSecurityGroup
 void DescribeDBSecurityGroupsResult.setDBSecurityGroups(Collection<DBSecurityGroup> dBSecurityGroups)
          A list of DBSecurityGroup instances.
 DescribeDBSecurityGroupsResult DescribeDBSecurityGroupsResult.withDBSecurityGroups(Collection<DBSecurityGroup> dBSecurityGroups)
          A list of DBSecurityGroup instances.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.