| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSecurityGroupRuleDescriptionsEgressResponse |
Ec2Client.updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default UpdateSecurityGroupRuleDescriptionsEgressResponse |
Ec2Client.updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> |
Ec2AsyncClient.updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> |
Ec2AsyncClient.updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
Copyright © 2021. All rights reserved.