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 UserIdGroupPairUserIdGroupPair. clone()UserIdGroupPairUserIdGroupPair. withGroupId(String groupId)The ID of the security group.UserIdGroupPairUserIdGroupPair. withGroupName(String groupName)The name of the security group.UserIdGroupPairUserIdGroupPair. withPeeringStatus(String peeringStatus)The status of a VPC peering connection, if applicable.UserIdGroupPairUserIdGroupPair. withUserId(String userId)The ID of an AWS account.UserIdGroupPairUserIdGroupPair. withVpcId(String vpcId)The ID of the VPC for the referenced security group, if applicable.UserIdGroupPairUserIdGroupPair. 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 IpPermissionIpPermission. withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)One or more security group and AWS account ID pairs.StaleIpPermissionStaleIpPermission. 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 voidIpPermission. setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)One or more security group and AWS account ID pairs.voidStaleIpPermission. setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)One or more security group pairs.IpPermissionIpPermission. withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)One or more security group and AWS account ID pairs.StaleIpPermissionStaleIpPermission. withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)One or more security group pairs.
-