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.default AuthorizeSecurityGroupEgressResponseEc2Client. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group.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.default CompletableFuture<AuthorizeSecurityGroupEgressResponse>Ec2AsyncClient. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)Adds the specified outbound (egress) rules to a security group.
-