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 int
UserIdGroupPair. 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 void
SecurityGroupApi. authorizeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
Adds permissions to a security group based on another group.void
SecurityGroupApi. revokeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
Revokes permissions from a security group.
-