|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.withGroupName(String groupName)
The name of the security group in the specified user's account. |
UserIdGroupPair |
UserIdGroupPair.withUserId(String userId)
The AWS user ID of an account. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type UserIdGroupPair | |
---|---|
List<UserIdGroupPair> |
IpPermission.getUserIdGroupPairs()
The list of AWS user IDs and groups included in this permission. |
Methods in com.amazonaws.services.ec2.model with parameters of type UserIdGroupPair | |
---|---|
IpPermission |
IpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
The list of AWS user IDs and groups included in this permission. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type UserIdGroupPair | |
---|---|
void |
IpPermission.setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
The list of AWS user IDs and groups included in this permission. |
IpPermission |
IpPermission.withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
The list of AWS user IDs and groups included in this permission. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |