|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevokeDBSecurityGroupIngressRequest | |
|---|---|
| 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. |
| Uses of RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds |
|---|
| Methods in com.amazonaws.services.rds with parameters of type RevokeDBSecurityGroupIngressRequest | |
|---|---|
DBSecurityGroup |
AmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups. |
DBSecurityGroup |
AmazonRDSClient.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups. |
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups. |
Future<DBSecurityGroup> |
AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
This API revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups. |
| Uses of RevokeDBSecurityGroupIngressRequest in com.amazonaws.services.rds.model |
|---|
| Methods in com.amazonaws.services.rds.model that return RevokeDBSecurityGroupIngressRequest | |
|---|---|
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.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 security group specified in the EC2SecurityGroupName parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||