Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBSecurityGroup> |
AbstractAmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
Future<DBSecurityGroup> |
AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest,
AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Enables ingress to a DBSecurityGroup using one of two forms of authorization.
|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.clone() |
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withCIDRIP(String cIDRIP)
The IP range to authorize.
|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to add authorization to.
|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withEC2SecurityGroupId(String eC2SecurityGroupId)
Id of the EC2 security group to authorize.
|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withEC2SecurityGroupName(String eC2SecurityGroupName)
Name of the EC2 security group to authorize.
|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Amazon Web Services account number of the owner of the EC2 security group specified in the
EC2SecurityGroupName parameter. |
Copyright © 2024. All rights reserved.