Uses of Class
com.amazonaws.services.rds.model.RevokeDBSecurityGroupIngressRequest
-
Packages that use RevokeDBSecurityGroupIngressRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type RevokeDBSecurityGroupIngressRequest Modifier and Type Method Description Future<DBSecurityGroup>
AbstractAmazonRDSAsync. revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request, AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
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 request, AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
-
Uses of RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RevokeDBSecurityGroupIngressRequest Modifier and Type Method Description RevokeDBSecurityGroupIngressRequest
RevokeDBSecurityGroupIngressRequest. clone()
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 theEC2SecurityGroupName
parameter.
-