Uses of Class
org.jclouds.ec2.domain.UserIdGroupPair
-
Packages that use UserIdGroupPair Package Description org.jclouds.ec2.domain org.jclouds.ec2.features -
-
Uses of UserIdGroupPair in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain with parameters of type UserIdGroupPair Modifier and Type Method Description intUserIdGroupPair. compareTo(UserIdGroupPair o) -
Uses of UserIdGroupPair in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type UserIdGroupPair Modifier and Type Method Description voidSecurityGroupApi. authorizeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)Adds permissions to a security group based on another group.voidSecurityGroupApi. revokeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)Revokes permissions from a security group.
-