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