|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.AuthorizeDBSecurityGroupIngressRequest
public class AuthorizeDBSecurityGroupIngressRequest
| Constructor Summary | |
|---|---|
AuthorizeDBSecurityGroupIngressRequest()
|
|
| Method Summary | |
|---|---|
String |
getCIDRIP()
The IP range to authorize. |
String |
getDBSecurityGroupName()
The name of the DB Security Group to authorize. |
String |
getEC2SecurityGroupName()
Name of the EC2 Security Group to authorize. |
String |
getEC2SecurityGroupOwnerId()
AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
void |
setCIDRIP(String cIDRIP)
The IP range to authorize. |
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group to authorize. |
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
Name of the EC2 Security Group to authorize. |
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
AuthorizeDBSecurityGroupIngressRequest |
withCIDRIP(String cIDRIP)
The IP range to authorize. |
AuthorizeDBSecurityGroupIngressRequest |
withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group to authorize. |
AuthorizeDBSecurityGroupIngressRequest |
withEC2SecurityGroupName(String eC2SecurityGroupName)
Name of the EC2 Security Group to authorize. |
AuthorizeDBSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizeDBSecurityGroupIngressRequest()
| Method Detail |
|---|
public String getDBSecurityGroupName()
public void setDBSecurityGroupName(String dBSecurityGroupName)
dBSecurityGroupName - The name of the DB Security Group to authorize.public AuthorizeDBSecurityGroupIngressRequest withDBSecurityGroupName(String dBSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName - The name of the DB Security Group to authorize.
public String getCIDRIP()
public void setCIDRIP(String cIDRIP)
cIDRIP - The IP range to authorize.public AuthorizeDBSecurityGroupIngressRequest withCIDRIP(String cIDRIP)
Returns a reference to this object so that method calls can be chained together.
cIDRIP - The IP range to authorize.
public String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(String eC2SecurityGroupName)
eC2SecurityGroupName - Name of the EC2 Security Group to authorize.public AuthorizeDBSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupName - Name of the EC2 Security Group to authorize.
public String getEC2SecurityGroupOwnerId()
public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
eC2SecurityGroupOwnerId - AWS Account Number of the owner of the security group specified in the
EC2SecurityGroupName parameter. The AWS Access Key ID is not an
acceptable value.public AuthorizeDBSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId - AWS Account Number of the owner of the security group specified in the
EC2SecurityGroupName parameter. The AWS Access Key ID is not an
acceptable value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||