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 AmazonEC2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           Adds one or more ingress rules to a security group.
 void AmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           Adds one or more ingress rules to a security group.
 Future<Void> AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           Adds one or more ingress rules to a security group.
 Future<Void> AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
           Adds one or more ingress rules to a security group.
 Future<Void> AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,Void> asyncHandler)
           Adds one or more ingress rules to a security group.
 Future<Void> AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,Void> asyncHandler)
           Adds one or more ingress rules to a security group.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupIngressRequest
 Future<Void> AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,Void> asyncHandler)
           Adds one or more ingress rules to a security group.
 Future<Void> AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,Void> asyncHandler)
           Adds one or more ingress rules 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)
          The CIDR IP address range.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withFromPort(Integer fromPort)
          The start of port range for the TCP and UDP protocols, or an ICMP type number.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withGroupId(String groupId)
          The ID of the security group.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withGroupName(String groupName)
          [EC2-Classic, default VPC] The name of the security group.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withIpPermissions(Collection<IpPermission> ipPermissions)
          

 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
          

 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withIpProtocol(String ipProtocol)
          The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
          [EC2-Classic, default VPC] The name of the source security group.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
          The ID of the source security group.
 AuthorizeSecurityGroupIngressRequest AuthorizeSecurityGroupIngressRequest.withToPort(Integer toPort)
          The end of port range for the TCP and UDP protocols, or an ICMP code number.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type AuthorizeSecurityGroupIngressRequest
 Request<AuthorizeSecurityGroupIngressRequest> AuthorizeSecurityGroupIngressRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.