| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DBSecurityGroup |
AmazonRDSClient.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
DBSecurityGroup |
AmazonRDS.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
Future<DBSecurityGroup> |
AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
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 authorizeDBSecurityGroupIngressRequest,
AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
| Modifier and Type | Method and Description |
|---|---|
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 authorizeDBSecurityGroupIngressRequest,
AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)
Enables ingress to a DBSecurityGroup using one of two forms of
authorization.
|
| Modifier and Type | Method and Description |
|---|---|
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)
AWS Account Number of the owner of the EC2 security group specified in
the EC2SecurityGroupName parameter.
|
Copyright © 2014. All rights reserved.