Uses of Class
com.amazonaws.services.rds.model.RevokeDBSecurityGroupIngressRequest
Packages that use RevokeDBSecurityGroupIngressRequest
-
Uses of RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type RevokeDBSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.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.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 RevokeDBSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.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 RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RevokeDBSecurityGroupIngressRequestModifier and TypeMethodDescriptionRevokeDBSecurityGroupIngressRequest.clone()
RevokeDBSecurityGroupIngressRequest.withCIDRIP
(String cIDRIP) The IP range to revoke access from.RevokeDBSecurityGroupIngressRequest.withDBSecurityGroupName
(String dBSecurityGroupName) The name of the DB security group to revoke ingress from.RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupId
(String eC2SecurityGroupId) The id of the EC2 security group to revoke access from.RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupName
(String eC2SecurityGroupName) The name of the EC2 security group to revoke access from.RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId
(String eC2SecurityGroupOwnerId) The AWS Account Number of the owner of the EC2 security group specified in theEC2SecurityGroupName
parameter.