Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupIngressRequest
Packages that use AuthorizeSecurityGroupIngressRequest
Package
Description
-
Uses of AuthorizeSecurityGroupIngressRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionEc2AsyncClient.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest 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. -
Uses of AuthorizeSecurityGroupIngressRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAuthorizeSecurityGroupIngressRequestMarshaller.marshall(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)