Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.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> |
AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
Modifier and Type | Method and 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 the
EC2SecurityGroupName parameter. |
Copyright © 2018. All rights reserved.