Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DBSecurityGroup |
AmazonRDSClient.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
DBSecurityGroup |
AmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Future<DBSecurityGroup> |
AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Future<DBSecurityGroup> |
AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Modifier and Type | Method and Description |
---|---|
Future<DBSecurityGroup> |
AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
Modifier and Type | Method and Description |
---|---|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withCIDRIP(String cIDRIP)
The IP range to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupId(String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 security group
specified in the
EC2SecurityGroupName parameter. |
Copyright © 2014. All rights reserved.