| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeSecurityGroupEgressResponse |
Ec2Client.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
default AuthorizeSecurityGroupEgressResponse |
Ec2Client.authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AuthorizeSecurityGroupEgressResponse> |
Ec2AsyncClient.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
default CompletableFuture<AuthorizeSecurityGroupEgressResponse> |
Ec2AsyncClient.authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
Copyright © 2023. All rights reserved.