Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<UserIdGroupPair> |
StaleIpPermission.userIdGroupPairs
One or more security group pairs.
|
private SdkInternalList<UserIdGroupPair> |
IpPermission.userIdGroupPairs
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
UserIdGroupPair |
UserIdGroupPair.clone() |
UserIdGroupPair |
UserIdGroupPair.withGroupId(java.lang.String groupId)
The ID of the security group.
|
UserIdGroupPair |
UserIdGroupPair.withGroupName(java.lang.String groupName)
The name of the security group.
|
UserIdGroupPair |
UserIdGroupPair.withPeeringStatus(java.lang.String peeringStatus)
The status of a VPC peering connection, if applicable.
|
UserIdGroupPair |
UserIdGroupPair.withUserId(java.lang.String userId)
The ID of an AWS account.
|
UserIdGroupPair |
UserIdGroupPair.withVpcId(java.lang.String vpcId)
The ID of the VPC for the referenced security group, if applicable.
|
UserIdGroupPair |
UserIdGroupPair.withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UserIdGroupPair> |
StaleIpPermission.getUserIdGroupPairs()
One or more security group pairs.
|
java.util.List<UserIdGroupPair> |
IpPermission.getUserIdGroupPairs()
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
StaleIpPermission |
StaleIpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group pairs.
|
IpPermission |
IpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
StaleIpPermission.setUserIdGroupPairs(java.util.Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group pairs.
|
void |
IpPermission.setUserIdGroupPairs(java.util.Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
StaleIpPermission |
StaleIpPermission.withUserIdGroupPairs(java.util.Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group pairs.
|
IpPermission |
IpPermission.withUserIdGroupPairs(java.util.Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
UserIdGroupPair |
UserIdGroupPairStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |