|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizeDBSecurityGroupIngressRequest | |
|---|---|
| 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. |
| Uses of AuthorizeDBSecurityGroupIngressRequest in com.amazonaws.services.rds |
|---|
| Methods in com.amazonaws.services.rds with parameters of type AuthorizeDBSecurityGroupIngressRequest | |
|---|---|
DBSecurityGroup |
AmazonRDS.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
This API allows for ingress to a DBSecurityGroup using one of two forms of authorization. |
DBSecurityGroup |
AmazonRDSClient.authorizeDBSecurityGroupIngress(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
This API allows for ingress to a DBSecurityGroup using one of two forms of authorization. |
Future<DBSecurityGroup> |
AmazonRDSAsyncClient.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
This API allows for ingress to a DBSecurityGroup using one of two forms of authorization. |
Future<DBSecurityGroup> |
AmazonRDSAsync.authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest)
This API allows for ingress to a DBSecurityGroup using one of two forms of authorization. |
| Uses of AuthorizeDBSecurityGroupIngressRequest in com.amazonaws.services.rds.model |
|---|
| Methods in com.amazonaws.services.rds.model that return AuthorizeDBSecurityGroupIngressRequest | |
|---|---|
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withCIDRIP(String cIDRIP)
The IP range to authorize. |
AuthorizeDBSecurityGroupIngressRequest |
AuthorizeDBSecurityGroupIngressRequest.withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB 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 security group specified in the EC2SecurityGroupName parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||