|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.RevokeCacheSecurityGroupIngressRequest
public class RevokeCacheSecurityGroupIngressRequest
Container for the parameters to the RevokeCacheSecurityGroupIngress operation
.
Revokes ingress from a CacheSecurityGroup for previously authorized EC2 Security Groups.
AmazonElastiCache.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest)
Constructor Summary | |
---|---|
RevokeCacheSecurityGroupIngressRequest()
Default constructor for a new RevokeCacheSecurityGroupIngressRequest object. |
|
RevokeCacheSecurityGroupIngressRequest(String cacheSecurityGroupName,
String eC2SecurityGroupName,
String eC2SecurityGroupOwnerId)
Constructs a new RevokeCacheSecurityGroupIngressRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSecurityGroupName()
The name of the Cache Security Group to revoke ingress from. |
String |
getEC2SecurityGroupName()
The name of the EC2 Security Group to revoke access from. |
String |
getEC2SecurityGroupOwnerId()
The AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
int |
hashCode()
|
void |
setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the Cache Security Group to revoke ingress from. |
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group to revoke access from. |
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RevokeCacheSecurityGroupIngressRequest |
withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the Cache Security Group to revoke ingress from. |
RevokeCacheSecurityGroupIngressRequest |
withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group to revoke access from. |
RevokeCacheSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RevokeCacheSecurityGroupIngressRequest()
public RevokeCacheSecurityGroupIngressRequest(String cacheSecurityGroupName, String eC2SecurityGroupName, String eC2SecurityGroupOwnerId)
cacheSecurityGroupName
- The name of the Cache Security Group to
revoke ingress from.eC2SecurityGroupName
- The name of the EC2 Security Group to
revoke access from.eC2SecurityGroupOwnerId
- The 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.Method Detail |
---|
public String getCacheSecurityGroupName()
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the Cache Security Group to revoke ingress from.public RevokeCacheSecurityGroupIngressRequest withCacheSecurityGroupName(String cacheSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheSecurityGroupName
- The name of the Cache Security Group to revoke ingress from.
public String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(String eC2SecurityGroupName)
eC2SecurityGroupName
- The name of the EC2 Security Group to revoke access from.public RevokeCacheSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupName
- The name of the EC2 Security Group to revoke access from.
public String getEC2SecurityGroupOwnerId()
public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
eC2SecurityGroupOwnerId
- The 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 RevokeCacheSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId
- The 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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |