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 RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. clone()RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. withCIDRIP(String cIDRIP)The IP range to revoke access from.RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. withDBSecurityGroupName(String dBSecurityGroupName)The name of the DB security group to revoke ingress from.RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. withEC2SecurityGroupId(String eC2SecurityGroupId)The id of the EC2 security group to revoke access from.RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. withEC2SecurityGroupName(String eC2SecurityGroupName)The name of the EC2 security group to revoke access from.RevokeDBSecurityGroupIngressRequestRevokeDBSecurityGroupIngressRequest. withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)The AWS Account Number of the owner of the EC2 security group specified in theEC2SecurityGroupNameparameter.
-