Uses of Class
software.amazon.awssdk.services.ec2.model.UserIdGroupPair
Packages that use UserIdGroupPair
-
Uses of UserIdGroupPair in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UserIdGroupPairModifier and TypeMethodDescriptionfinal List<UserIdGroupPair>IpPermission.userIdGroupPairs()The security group and Amazon Web Services account ID pairs.final List<UserIdGroupPair>StaleIpPermission.userIdGroupPairs()The security group pairs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type UserIdGroupPairModifier and TypeMethodDescriptionIpPermission.Builder.userIdGroupPairs(UserIdGroupPair... userIdGroupPairs) The security group and Amazon Web Services account ID pairs.StaleIpPermission.Builder.userIdGroupPairs(UserIdGroupPair... userIdGroupPairs) The security group pairs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type UserIdGroupPairModifier and TypeMethodDescriptionIpPermission.Builder.userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs) The security group and Amazon Web Services account ID pairs.StaleIpPermission.Builder.userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs) The security group pairs.