| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
RevokeSecurityGroupIngressResult |
AbstractAmazonEC2.revokeSecurityGroupIngress()
Deprecated.
|
RevokeSecurityGroupIngressResult |
AmazonEC2Client.revokeSecurityGroupIngress()
Deprecated.
|
RevokeSecurityGroupIngressResult |
AmazonEC2.revokeSecurityGroupIngress()
Deprecated.
|
RevokeSecurityGroupIngressResult |
AbstractAmazonEC2.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest request) |
RevokeSecurityGroupIngressResult |
AmazonEC2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest request)
Removes the specified inbound (ingress) rules from a security group.
|
RevokeSecurityGroupIngressResult |
AmazonEC2.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
| Modifier and Type | Method and Description |
|---|---|
RevokeSecurityGroupIngressResult |
RevokeSecurityGroupIngressResult.clone() |
RevokeSecurityGroupIngressResult |
RevokeSecurityGroupIngressResult.withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
RevokeSecurityGroupIngressResult |
RevokeSecurityGroupIngressResult.withUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The inbound rules that were unknown to the service.
|
RevokeSecurityGroupIngressResult |
RevokeSecurityGroupIngressResult.withUnknownIpPermissions(IpPermission... unknownIpPermissions)
The inbound rules that were unknown to the service.
|
Copyright © 2025. All rights reserved.