Uses of Class
org.jclouds.ec2.domain.UserIdGroupPair

Packages that use UserIdGroupPair
org.jclouds.ec2.domain   
org.jclouds.ec2.services   
 

Uses of UserIdGroupPair in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return types with arguments of type UserIdGroupPair
 Set<UserIdGroupPair> IpPermission.getGroups()
          Deprecated. 
 Set<UserIdGroupPair> IpPermissionImpl.getGroups()
          Deprecated. 
 

Methods in org.jclouds.ec2.domain with parameters of type UserIdGroupPair
 int UserIdGroupPair.compareTo(UserIdGroupPair o)
          
 

Uses of UserIdGroupPair in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services with parameters of type UserIdGroupPair
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
           
 void SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
          Adds permissions to a security group based on another group.
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
           
 void SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
          Revokes permissions from a security group.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.