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

Packages that use RevokeSecurityGroupIngressRequest
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 RevokeSecurityGroupIngressRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type RevokeSecurityGroupIngressRequest
 void AmazonEC2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
           Removes one or more ingress rules from a security group.
 void AmazonEC2.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
           Removes one or more ingress rules from a security group.
 Future<Void> AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
           Removes one or more ingress rules from a security group.
 Future<Void> AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
           Removes one or more ingress rules from a security group.
 Future<Void> AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
           Removes one or more ingress rules from a security group.
 Future<Void> AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
           Removes one or more ingress rules from a security group.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type RevokeSecurityGroupIngressRequest
 Future<Void> AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
           Removes one or more ingress rules from a security group.
 Future<Void> AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
           Removes one or more ingress rules from a security group.
 

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

Methods in com.amazonaws.services.ec2.model that return RevokeSecurityGroupIngressRequest
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withCidrIp(String cidrIp)
          The CIDR IP address range.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withFromPort(Integer fromPort)
          The start of port range for the TCP and UDP protocols, or an ICMP type number.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withGroupId(String groupId)
          The ID of the security group.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withGroupName(String groupName)
          [EC2-Classic, default VPC] The name of the security group.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withIpPermissions(Collection<IpPermission> ipPermissions)
          

 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
          

 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withIpProtocol(String ipProtocol)
          The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
          [EC2-Classic, default VPC] The name of the source security group.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
          The ID of the source security group.
 RevokeSecurityGroupIngressRequest RevokeSecurityGroupIngressRequest.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 RevokeSecurityGroupIngressRequest
 Request<RevokeSecurityGroupIngressRequest> RevokeSecurityGroupIngressRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.