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

Packages that use UserIdGroupPair
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return UserIdGroupPair
 UserIdGroupPair UserIdGroupPair.withGroupId(String groupId)
          The name of the security group in the specified AWS account.
 UserIdGroupPair UserIdGroupPair.withGroupName(String groupName)
          The ID of the security group owned by the specified AWS account.
 UserIdGroupPair UserIdGroupPair.withUserId(String userId)
          The ID of an AWS account.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type UserIdGroupPair
 List<UserIdGroupPair> IpPermission.getUserIdGroupPairs()
          One or more security group and AWS account ID pairs.
 

Methods in com.amazonaws.services.ec2.model with parameters of type UserIdGroupPair
 IpPermission IpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
          One or more security group and AWS account ID pairs.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type UserIdGroupPair
 void IpPermission.setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
          One or more security group and AWS account ID pairs.
 IpPermission IpPermission.withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
          One or more security group and AWS account ID pairs.
 



Copyright © 2016. All rights reserved.