| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default RevokeSecurityGroupIngressResponse |
Ec2Client.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
default RevokeSecurityGroupIngressResponse |
Ec2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
Ec2AsyncClient.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
Ec2AsyncClient.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
Copyright © 2021. All rights reserved.