Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
DBSecurityGroup |
AmazonRDSClient.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
DBSecurityGroup |
AmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
DBSecurityGroup |
AbstractAmazonRDS.revokeDBSecurityGroupIngress(RevokeDBSecurityGroupIngressRequest request) |
java.util.concurrent.Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request) |
java.util.concurrent.Future<DBSecurityGroup> |
AmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest)
Revokes ingress from a DBSecurityGroup for previously authorized IP
ranges or EC2 or VPC Security Groups.
|
java.util.concurrent.Future<DBSecurityGroup> |
AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request) |
java.util.concurrent.Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<DBSecurityGroup> |
AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DBSecurityGroup> |
AmazonRDSAsyncClient.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<DBSecurityGroup> |
AbstractAmazonRDSAsync.revokeDBSecurityGroupIngressAsync(RevokeDBSecurityGroupIngressRequest request,
AsyncHandler<RevokeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.clone() |
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withCIDRIP(java.lang.String cIDRIP)
The IP range to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupId(java.lang.String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
RevokeDBSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 security group specified
in the
EC2SecurityGroupName parameter. |
Modifier and Type | Method and Description |
---|---|
Request<RevokeDBSecurityGroupIngressRequest> |
RevokeDBSecurityGroupIngressRequestMarshaller.marshall(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RevokeDBSecurityGroupIngressRequest> |
RevokeDBSecurityGroupIngressRequestMarshaller.marshall(RevokeDBSecurityGroupIngressRequest revokeDBSecurityGroupIngressRequest) |