Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<UserIdGroupPair> |
IpPermission.getUserIdGroupPairs()
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.