Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupIngressResponse
Packages that use AuthorizeSecurityGroupIngressResponse
-
Uses of AuthorizeSecurityGroupIngressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AuthorizeSecurityGroupIngressResponseModifier and TypeMethodDescriptionEc2Client.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group.Ec2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AuthorizeSecurityGroupIngressResponseModifier and TypeMethodDescriptionEc2AsyncClient.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group.Ec2AsyncClient.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group.