Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UserIdGroupPair |
UserIdGroupPair.clone() |
UserIdGroupPair |
UserIdGroupPair.withGroupId(String groupId)
The ID of the security group.
|
UserIdGroupPair |
UserIdGroupPair.withGroupName(String groupName)
The name of the security group.
|
UserIdGroupPair |
UserIdGroupPair.withPeeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
UserIdGroupPair |
UserIdGroupPair.withUserId(String userId)
The ID of an AWS account.
|
UserIdGroupPair |
UserIdGroupPair.withVpcId(String vpcId)
The ID of the VPC for the referenced security group, if applicable.
|
UserIdGroupPair |
UserIdGroupPair.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
|
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 © 2016. All rights reserved.