Uses of Class
com.amazonaws.services.ec2.model.UserIdGroupPair
-
Packages that use UserIdGroupPair Package Description com.amazonaws.services.ec2.model -
-
Uses of UserIdGroupPair in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserIdGroupPair Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type UserIdGroupPair Modifier and Type Method Description List<UserIdGroupPair>
IpPermission. getUserIdGroupPairs()
One or more security group and AWS account ID pairs.List<UserIdGroupPair>
StaleIpPermission. getUserIdGroupPairs()
One or more security group pairs.Methods in com.amazonaws.services.ec2.model with parameters of type UserIdGroupPair Modifier and Type Method Description IpPermission
IpPermission. withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group and AWS account ID pairs.StaleIpPermission
StaleIpPermission. withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group pairs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type UserIdGroupPair Modifier and Type Method Description void
IpPermission. setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.void
StaleIpPermission. setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group pairs.IpPermission
IpPermission. withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.StaleIpPermission
StaleIpPermission. withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group pairs.
-