Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupEgressResponse
Packages that use AuthorizeSecurityGroupEgressResponse
-
Uses of AuthorizeSecurityGroupEgressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AuthorizeSecurityGroupEgressResponseModifier and TypeMethodDescriptionEc2Client.authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest) Adds the specified outbound (egress) rules to a security group.Ec2Client.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 AuthorizeSecurityGroupEgressResponseModifier and TypeMethodDescriptionEc2AsyncClient.authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest) Adds the specified outbound (egress) rules to a security group.Ec2AsyncClient.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest) Adds the specified outbound (egress) rules to a security group.