Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressRequest

Packages that use AuthorizeSecurityGroupIngressRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of AuthorizeSecurityGroupIngressRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type AuthorizeSecurityGroupIngressRequest
 void AmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
 void AmazonEC2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
 Future<Void> AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
 Future<Void> AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
 

Uses of AuthorizeSecurityGroupIngressRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupIngressRequest
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withCidrIp(String cidrIp)
          CIDR range.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withFromPort(Integer fromPort)
          Start of port range for the TCP and UDP protocols, or an ICMP type number.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withGroupName(String groupName)
          Name of the group to modify.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withIpProtocol(String ipProtocol)
          IP protocol.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
          Name of the security group.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
          AWS user ID of an account.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withToPort(Integer toPort)
          End of port range for the TCP and UDP protocols, or an ICMP code.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.