Uses of Class
com.amazonaws.services.rds.model.DBSecurityGroup
Packages that use DBSecurityGroup
-
Uses of DBSecurityGroup in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DBSecurityGroupModifier and TypeMethodDescriptionAbstractAmazonRDS.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest request) AmazonRDS.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.AmazonRDSClient.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.AbstractAmazonRDS.createDBSecurityGroup(CreateDBSecurityGroupRequest request) AmazonRDS.createDBSecurityGroup(CreateDBSecurityGroupRequest createDBSecurityGroupRequest) Creates a new DB security group.AmazonRDSClient.createDBSecurityGroup(CreateDBSecurityGroupRequest createDBSecurityGroupRequest) Creates a new DB security group.AbstractAmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest request) AmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups.AmazonRDSClient.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups.Methods in com.amazonaws.services.rds that return types with arguments of type DBSecurityGroupModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request) AbstractAmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) Enables ingress to a DBSecurityGroup using one of two forms of authorization.AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request) AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AbstractAmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request) AbstractAmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest createDBSecurityGroupRequest) Creates a new DB security group.AmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest createDBSecurityGroupRequest, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) Creates a new DB security group.AmazonRDSAsyncClient.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request) AmazonRDSAsyncClient.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request) AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups.AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups.AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request) AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DBSecurityGroupModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) Enables ingress to a DBSecurityGroup using one of two forms of authorization.AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AbstractAmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest createDBSecurityGroupRequest, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) Creates a new DB security group.AmazonRDSAsyncClient.createDBSecurityGroupAsync(CreateDBSecurityGroupRequest request, AsyncHandler<CreateDBSecurityGroupRequest, DBSecurityGroup> asyncHandler) AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups.AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request, AsyncHandler<RevokeDBSecurityGroupIngressRequest, DBSecurityGroup> asyncHandler) -
Uses of DBSecurityGroup in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBSecurityGroupModifier and TypeMethodDescriptionDBSecurityGroup.clone()DBSecurityGroup.withDBSecurityGroupDescription(String dBSecurityGroupDescription) Provides the description of the DB security group.DBSecurityGroup.withDBSecurityGroupName(String dBSecurityGroupName) Specifies the name of the DB security group.DBSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups) Contains a list of EC2SecurityGroup elements.DBSecurityGroup.withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups) Contains a list of EC2SecurityGroup elements.DBSecurityGroup.withIPRanges(IPRange... iPRanges) Contains a list of IPRange elements.DBSecurityGroup.withIPRanges(Collection<IPRange> iPRanges) Contains a list of IPRange elements.DBSecurityGroup.withOwnerId(String ownerId) Provides the AWS ID of the owner of a specific DB security group.Provides the VpcId of the DB security group.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSecurityGroupModifier and TypeMethodDescriptionDescribeDBSecurityGroupsResult.getDBSecurityGroups()A list of DBSecurityGroup instances.Methods in com.amazonaws.services.rds.model with parameters of type DBSecurityGroupModifier and TypeMethodDescriptionDescribeDBSecurityGroupsResult.withDBSecurityGroups(DBSecurityGroup... dBSecurityGroups) A list of DBSecurityGroup instances.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSecurityGroupModifier and TypeMethodDescriptionvoidDescribeDBSecurityGroupsResult.setDBSecurityGroups(Collection<DBSecurityGroup> dBSecurityGroups) A list of DBSecurityGroup instances.DescribeDBSecurityGroupsResult.withDBSecurityGroups(Collection<DBSecurityGroup> dBSecurityGroups) A list of DBSecurityGroup instances.