|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevokeSecurityGroupIngressRequest | |
|---|---|
| com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of RevokeSecurityGroupIngressRequest in com.amazonaws.services.ec2 |
|---|
| Methods in com.amazonaws.services.ec2 with parameters of type RevokeSecurityGroupIngressRequest | |
|---|---|
void |
AmazonEC2.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
The RevokeSecurityGroupIngress operation revokes permissions from a security group. |
void |
AmazonEC2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
The RevokeSecurityGroupIngress operation revokes permissions from a security group. |
Future<Void> |
AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
The RevokeSecurityGroupIngress operation revokes permissions from a security group. |
Future<Void> |
AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
The RevokeSecurityGroupIngress operation revokes permissions from a security group. |
| Uses of RevokeSecurityGroupIngressRequest in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return RevokeSecurityGroupIngressRequest | |
|---|---|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withCidrIp(String cidrIp)
CIDR range. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withFromPort(Integer fromPort)
Start of port range for the TCP and UDP protocols, or an ICMP type number. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withGroupName(String groupName)
The name of the security group from which to remove permissions. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpProtocol(String ipProtocol)
IP protocol. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
Name of the source security group. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
AWS user ID of an account. |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withToPort(Integer toPort)
End of port range for the TCP and UDP protocols, or an ICMP code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||