Uses of Class
com.amazonaws.services.ec2.model.UserIdGroupPair
Packages that use UserIdGroupPair
-
Uses of UserIdGroupPair in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserIdGroupPairModifier and TypeMethodDescriptionUserIdGroupPair.clone()
UserIdGroupPair.withGroupId
(String groupId) The ID of the security group.UserIdGroupPair.withGroupName
(String groupName) The name of the security group.UserIdGroupPair.withPeeringStatus
(String peeringStatus) The status of a VPC peering connection, if applicable.UserIdGroupPair.withUserId
(String userId) The ID of an AWS account.The ID of the VPC for the referenced security group, if applicable.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 UserIdGroupPairModifier and TypeMethodDescriptionIpPermission.getUserIdGroupPairs()
One or more security group and AWS account ID pairs.StaleIpPermission.getUserIdGroupPairs()
One or more security group pairs.Methods in com.amazonaws.services.ec2.model with parameters of type UserIdGroupPairModifier and TypeMethodDescriptionIpPermission.withUserIdGroupPairs
(UserIdGroupPair... userIdGroupPairs) One or more security group and AWS account ID pairs.StaleIpPermission.withUserIdGroupPairs
(UserIdGroupPair... userIdGroupPairs) One or more security group pairs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type UserIdGroupPairModifier and TypeMethodDescriptionvoid
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.withUserIdGroupPairs
(Collection<UserIdGroupPair> userIdGroupPairs) One or more security group and AWS account ID pairs.StaleIpPermission.withUserIdGroupPairs
(Collection<UserIdGroupPair> userIdGroupPairs) One or more security group pairs.