Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupEgressResponse
-
Packages that use AuthorizeSecurityGroupEgressResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AuthorizeSecurityGroupEgressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AuthorizeSecurityGroupEgressResponse Modifier and Type Method Description default AuthorizeSecurityGroupEgressResponseEc2Client. authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group for use with a VPC.default AuthorizeSecurityGroupEgressResponseEc2Client. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group for use with a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AuthorizeSecurityGroupEgressResponse Modifier and Type Method Description default CompletableFuture<AuthorizeSecurityGroupEgressResponse>Ec2AsyncClient. authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group for use with a VPC.default CompletableFuture<AuthorizeSecurityGroupEgressResponse>Ec2AsyncClient. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group for use with a VPC.
-